Shades of Milk White #DEDACD
Tints of Milk White #DEDACD
RGB
CMYK
RGB Variations
Color information
#DEDACD (or 0xDEDACD) is known color: Milk White. HEX triplet: DE, DA and CD. RGB value is (222,218,205). Sum of RGB (Red+Green+Blue) = 222+218+205=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDACD is #212532. Grayscale: #D9D9D9. Windows color (decimal): -2172211 or 13490910. OLE color: 13490910.
HSL color Cylindrical-coordinate representation of color #DEDACD: hue angle of 45.88º degrees, saturation: 0.2, 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 #DEDACD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 205 | - |
CMYK | 0 | 0.02 | 0.08 | 0.13 |
HSL | 45.88º | 0.2% | 0.84% | - |
HSV(B) | 45.88º | 0.08% | 0.87% | - |
XYZ | 66.22 | 70.08 | 67.79 | - |
YUV | 217.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 205 | 0 | 0.02 | 0.08 | 0.13 | 45.88 | 0.2 | 0.84 |
Hex | DE | DA | CD | 0 | 2 | 8 | D | 2E | 14 | 54 |
Octal | 336 | 332 | 315 | 0 | 2 | 10 | 15 | 56 | 24 | 124 |
Binary | 11011110 | 11011010 | 11001101 | 0 | 10 | 1000 | 1101 | 101110 | 10100 | 1010100 |
Color Harmonies of #DEDACD
Complementary color
Monochromatic Colors of #DEDACD
Black with #DEDACD
Text Example
Text Example
White with #DEDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDACD; }
p { color: rgb(222,218,205); }
H1.HeaderClassName
{
color: #DEDACD;
}
.AnyTagClassName
{
color: #DEDACD;
}
</style>
background-color css
<style>
a { background-color: #DEDACD; }
a { background-color: rgb(222,218,205); }
div.DivClassName
{
background-color: #DEDACD;
}
.BgClassName
{
background-color: #DEDACD;
}
</style>
border-color css
<style>
span { border-color: #DEDACD; }
span { border-color: rgb(222,218,205); }
td.TdClassName
{
border-color: #DEDACD;
}
.TagClassName
{
border-color: #DEDACD;
}
</style>