Shades of Milk White #DEDACF
Tints of Milk White #DEDACF
RGB
CMYK
RGB Variations
Color information
#DEDACF (or 0xDEDACF) is known color: Milk White. HEX triplet: DE, DA and CF. RGB value is (222,218,207). Sum of RGB (Red+Green+Blue) = 222+218+207=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDACF is #212530. Grayscale: #D9D9D9. Windows color (decimal): -2172209 or 13621982. OLE color: 13621982.
HSL color Cylindrical-coordinate representation of color #DEDACF: hue angle of 44º degrees, saturation: 0.19, 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 #DEDACF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 207 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.13 |
| HSL | 44º | 0.19% | 0.84% | - |
| HSV(B) | 44º | 0.07% | 0.87% | - |
| XYZ | 66.46 | 70.18 | 69.07 | - |
| YUV | 217.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 207 | 0 | 0.02 | 0.07 | 0.13 | 44 | 0.19 | 0.84 |
| Hex | DE | DA | CF | 0 | 2 | 7 | D | 2C | 13 | 54 |
| Octal | 336 | 332 | 317 | 0 | 2 | 7 | 15 | 54 | 23 | 124 |
| Binary | 11011110 | 11011010 | 11001111 | 0 | 10 | 111 | 1101 | 101100 | 10011 | 1010100 |
Color Harmonies of #DEDACF
Complementary color
Monochromatic Colors of #DEDACF
Black with #DEDACF
Text Example
Text Example
White with #DEDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDACF; }
p { color: rgb(222,218,207); }
H1.HeaderClassName
{
color: #DEDACF;
}
.AnyTagClassName
{
color: #DEDACF;
}
</style>
background-color css
<style>
a { background-color: #DEDACF; }
a { background-color: rgb(222,218,207); }
div.DivClassName
{
background-color: #DEDACF;
}
.BgClassName
{
background-color: #DEDACF;
}
</style>
border-color css
<style>
span { border-color: #DEDACF; }
span { border-color: rgb(222,218,207); }
td.TdClassName
{
border-color: #DEDACF;
}
.TagClassName
{
border-color: #DEDACF;
}
</style>