Shades of Milk White #DEDACE
Tints of Milk White #DEDACE
RGB
CMYK
RGB Variations
Color information
#DEDACE (or 0xDEDACE) is known color: Milk White. HEX triplet: DE, DA and CE. RGB value is (222,218,206). Sum of RGB (Red+Green+Blue) = 222+218+206=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDACE is #212531. Grayscale: #D9D9D9. Windows color (decimal): -2172210 or 13556446. OLE color: 13556446.
HSL color Cylindrical-coordinate representation of color #DEDACE: hue angle of 45º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDACE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 206 | - |
CMYK | 0 | 0.02 | 0.07 | 0.13 |
HSL | 45º | 0.2% | 0.84% | - |
HSV(B) | 45º | 0.07% | 0.87% | - |
XYZ | 66.34 | 70.13 | 68.43 | - |
YUV | 217.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 206 | 0 | 0.02 | 0.07 | 0.13 | 45 | 0.2 | 0.84 |
Hex | DE | DA | CE | 0 | 2 | 7 | D | 2D | 14 | 54 |
Octal | 336 | 332 | 316 | 0 | 2 | 7 | 15 | 55 | 24 | 124 |
Binary | 11011110 | 11011010 | 11001110 | 0 | 10 | 111 | 1101 | 101101 | 10100 | 1010100 |
Color Harmonies of #DEDACE
Complementary color
Monochromatic Colors of #DEDACE
Black with #DEDACE
Text Example
Text Example
White with #DEDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDACE; }
p { color: rgb(222,218,206); }
H1.HeaderClassName
{
color: #DEDACE;
}
.AnyTagClassName
{
color: #DEDACE;
}
</style>
background-color css
<style>
a { background-color: #DEDACE; }
a { background-color: rgb(222,218,206); }
div.DivClassName
{
background-color: #DEDACE;
}
.BgClassName
{
background-color: #DEDACE;
}
</style>
border-color css
<style>
span { border-color: #DEDACE; }
span { border-color: rgb(222,218,206); }
td.TdClassName
{
border-color: #DEDACE;
}
.TagClassName
{
border-color: #DEDACE;
}
</style>