Converting Colors: Hex (DFDDDD)
Converting Colors: Hex (DFDDDD)
Colors
Hex(DFDDDD)
Have a look what the booklet for
Hex(DFDDDD) contains.
Hex(DFDDDD) ........................................................... 3
Conversions ....................................................... 4
Details ................................................................ 6
Harmonies ........................................................ 11
Previews ........................................................... 18
Color Blindness Simulation ........................... 21
CSS Examples .................................................. 24
Color
Hex(DFDDDD)
Conversions
Conversions Part 1
Format Color
Hex DFDDDD
Conversions Part 2
Format Color
Decimal 14671325
72.6213, 0.3141,
Yxy
0.3290
Android 4292861405
(android.graphics.Color) (0xFFDFDDDD)
221.5980, -0.2948,
YUV
1.2296
RGB RYB
CMYK CMY
Black (13%)
FCFAFA C3C1C1
FFFFFF A8A6A6
8D8C8C
747272
5B5A5A
444242
2E2C2C
191818
000000
DFDDDD DFDDDD
DFC7C7 DFF3F3
DFB0B0 DFFFFF
DF9A9A
DF8484
DF6E6E
DF4141
DF2B2B
DF1414
Analogous
The analogous color harmony consists of three colors
that are next to each other on the color wheel.
DFDDDE
DFDDDD
DFDDDC
DFDDDD
DDDEDC
DDDEDF
DFDDDD
DDDFDF
DCDEDE
DFDDDD
DCDEDD
DFDDDD
DEDEDC
DCDEDE
DDDDDF
DFDDDD
DFDDDC
DCDEDE
DCDEDF
DFDDDD
FFFFFF
DFDDDF
808080
000000
White Background
Dichromacy
Original Color
DFDDDD
Protanopia
E1DCDD
Deuteranopia
F2D6DE
Protanomaly
E0DCDD
Deuteranomaly
EBD9DE
Tritanomaly
E0DCE7
Monochromacy
Original Color
DFDDDD
Achromatopsia
DEDEDE
Achromatomaly
DEDEDE
Text
The CSS property to change the color of the text to Hex
DFDDDD is called "color". The color property can be set
on classes, ids or directly on the HTML element.
.text, #text, p{
color:#DFDDDD
}
Here
Here you
you see
see how
how black
black text
text with
with aa 44 pixel
pixel #DFDDDD
#DFDDDD
colored
colored shadow
shadow looks
looks like.
like.
Border
The CSS property to change the border of an element to
Hex DFDDDD is called "border". The border property
can be set on classes, ids or directly on the HTML
element.
.border{ border-color:#DFDDDD }
.background{ background-color:#DFDDDD }
HOWCOLORS.WORK
A CSS color notation guide.
Are you new to web development
and want to know the different
ways to express colors in CSS?
Then this booklet is for you!
@ConvertingColor