Shades of Milk White #DEDACC
Tints of Milk White #DEDACC
RGB
CMYK
RGB Variations
Color information
#DEDACC (or 0xDEDACC) is known color: Milk White. HEX triplet: DE, DA and CC. RGB value is (222,218,204). Sum of RGB (Red+Green+Blue) = 222+218+204=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDACC is #212533. Grayscale: #D9D9D9. Windows color (decimal): -2172212 or 13425374. OLE color: 13425374.
HSL color Cylindrical-coordinate representation of color #DEDACC: hue angle of 46.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDACC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 204 | - |
CMYK | 0 | 0.02 | 0.08 | 0.13 |
HSL | 46.67º | 0.21% | 0.84% | - |
HSV(B) | 46.67º | 0.08% | 0.87% | - |
XYZ | 66.09 | 70.03 | 67.16 | - |
YUV | 217.6 | 120.33 | 131.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 204 | 0 | 0.02 | 0.08 | 0.13 | 46.67 | 0.21 | 0.84 |
Hex | DE | DA | CC | 0 | 2 | 8 | D | 2F | 15 | 54 |
Octal | 336 | 332 | 314 | 0 | 2 | 10 | 15 | 57 | 25 | 124 |
Binary | 11011110 | 11011010 | 11001100 | 0 | 10 | 1000 | 1101 | 101111 | 10101 | 1010100 |
Color Harmonies of #DEDACC
Complementary color
Monochromatic Colors of #DEDACC
Black with #DEDACC
Text Example
Text Example
White with #DEDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDACC; }
p { color: rgb(222,218,204); }
H1.HeaderClassName
{
color: #DEDACC;
}
.AnyTagClassName
{
color: #DEDACC;
}
</style>
background-color css
<style>
a { background-color: #DEDACC; }
a { background-color: rgb(222,218,204); }
div.DivClassName
{
background-color: #DEDACC;
}
.BgClassName
{
background-color: #DEDACC;
}
</style>
border-color css
<style>
span { border-color: #DEDACC; }
span { border-color: rgb(222,218,204); }
td.TdClassName
{
border-color: #DEDACC;
}
.TagClassName
{
border-color: #DEDACC;
}
</style>