Shades of Milk White #DEDCD1
Tints of Milk White #DEDCD1
RGB
CMYK
RGB Variations
Color information
#DEDCD1 (or 0xDEDCD1) is known color: Milk White. HEX triplet: DE, DC and D1. RGB value is (222,220,209). Sum of RGB (Red+Green+Blue) = 222+220+209=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCD1 is #21232E. Grayscale: #DBDBDB. Windows color (decimal): -2171695 or 13753566. OLE color: 13753566.
HSL color Cylindrical-coordinate representation of color #DEDCD1: hue angle of 50.77º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDCD1 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 220 | 209 | - |
CMYK | 0 | 0.01 | 0.06 | 0.13 |
HSL | 50.77º | 0.16% | 0.85% | - |
HSV(B) | 50.77º | 0.06% | 0.87% | - |
XYZ | 67.23 | 71.32 | 70.54 | - |
YUV | 219.34 | 122.16 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 209 | 0 | 0.01 | 0.06 | 0.13 | 50.77 | 0.16 | 0.85 |
Hex | DE | DC | D1 | 0 | 1 | 6 | D | 33 | 10 | 55 |
Octal | 336 | 334 | 321 | 0 | 1 | 6 | 15 | 63 | 20 | 125 |
Binary | 11011110 | 11011100 | 11010001 | 0 | 1 | 110 | 1101 | 110011 | 10000 | 1010101 |
Color Harmonies of #DEDCD1
Complementary color
Monochromatic Colors of #DEDCD1
Black with #DEDCD1
Text Example
Text Example
White with #DEDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCD1; }
p { color: rgb(222,220,209); }
H1.HeaderClassName
{
color: #DEDCD1;
}
.AnyTagClassName
{
color: #DEDCD1;
}
</style>
background-color css
<style>
a { background-color: #DEDCD1; }
a { background-color: rgb(222,220,209); }
div.DivClassName
{
background-color: #DEDCD1;
}
.BgClassName
{
background-color: #DEDCD1;
}
</style>
border-color css
<style>
span { border-color: #DEDCD1; }
span { border-color: rgb(222,220,209); }
td.TdClassName
{
border-color: #DEDCD1;
}
.TagClassName
{
border-color: #DEDCD1;
}
</style>