Shades of Black White #DFDED5
Tints of Black White #DFDED5
RGB
CMYK
RGB Variations
Color information
#DFDED5 (or 0xDFDED5) is known color: Black White. HEX triplet: DF, DE and D5. RGB value is (223,222,213). Sum of RGB (Red+Green+Blue) = 223+222+213=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDED5 is #20212A. Grayscale: #DDDDDD. Windows color (decimal): -2105643 or 14016223. OLE color: 14016223.
HSL color Cylindrical-coordinate representation of color #DFDED5: hue angle of 54º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDED5 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 222 | 213 | - |
CMYK | 0 | 0.00 | 0.04 | 0.13 |
HSL | 54º | 0.14% | 0.85% | - |
HSV(B) | 54º | 0.04% | 0.87% | - |
XYZ | 68.56 | 72.73 | 73.38 | - |
YUV | 221.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 213 | 0 | 0.00 | 0.04 | 0.13 | 54 | 0.14 | 0.85 |
Hex | DF | DE | D5 | 0 | 0 | 4 | D | 36 | E | 55 |
Octal | 337 | 336 | 325 | 0 | 0 | 4 | 15 | 66 | 16 | 125 |
Binary | 11011111 | 11011110 | 11010101 | 0 | 0 | 100 | 1101 | 110110 | 1110 | 1010101 |
Color Harmonies of #DFDED5
Complementary color
Monochromatic Colors of #DFDED5
Black with #DFDED5
Text Example
Text Example
White with #DFDED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDED5; }
p { color: rgb(223,222,213); }
H1.HeaderClassName
{
color: #DFDED5;
}
.AnyTagClassName
{
color: #DFDED5;
}
</style>
background-color css
<style>
a { background-color: #DFDED5; }
a { background-color: rgb(223,222,213); }
div.DivClassName
{
background-color: #DFDED5;
}
.BgClassName
{
background-color: #DFDED5;
}
</style>
border-color css
<style>
span { border-color: #DFDED5; }
span { border-color: rgb(223,222,213); }
td.TdClassName
{
border-color: #DFDED5;
}
.TagClassName
{
border-color: #DFDED5;
}
</style>