Shades of Milk White #DED9C9
Tints of Milk White #DED9C9
RGB
CMYK
RGB Variations
Color information
#DED9C9 (or 0xDED9C9) is known color: Milk White. HEX triplet: DE, D9 and C9. RGB value is (222,217,201). Sum of RGB (Red+Green+Blue) = 222+217+201=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9C9 is #212636. Grayscale: #D8D8D8. Windows color (decimal): -2172471 or 13228510. OLE color: 13228510.
HSL color Cylindrical-coordinate representation of color #DED9C9: hue angle of 45.71º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DED9C9 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 217 | 201 | - |
CMYK | 0 | 0.02 | 0.09 | 0.13 |
HSL | 45.71º | 0.24% | 0.83% | - |
HSV(B) | 45.71º | 0.09% | 0.87% | - |
XYZ | 65.48 | 69.37 | 65.2 | - |
YUV | 216.67 | 119.16 | 131.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 201 | 0 | 0.02 | 0.09 | 0.13 | 45.71 | 0.24 | 0.83 |
Hex | DE | D9 | C9 | 0 | 2 | 9 | D | 2E | 18 | 53 |
Octal | 336 | 331 | 311 | 0 | 2 | 11 | 15 | 56 | 30 | 123 |
Binary | 11011110 | 11011001 | 11001001 | 0 | 10 | 1001 | 1101 | 101110 | 11000 | 1010011 |
Color Harmonies of #DED9C9
Complementary color
Monochromatic Colors of #DED9C9
Black with #DED9C9
Text Example
Text Example
White with #DED9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9C9; }
p { color: rgb(222,217,201); }
H1.HeaderClassName
{
color: #DED9C9;
}
.AnyTagClassName
{
color: #DED9C9;
}
</style>
background-color css
<style>
a { background-color: #DED9C9; }
a { background-color: rgb(222,217,201); }
div.DivClassName
{
background-color: #DED9C9;
}
.BgClassName
{
background-color: #DED9C9;
}
</style>
border-color css
<style>
span { border-color: #DED9C9; }
span { border-color: rgb(222,217,201); }
td.TdClassName
{
border-color: #DED9C9;
}
.TagClassName
{
border-color: #DED9C9;
}
</style>