Shades of Milk White #DEDACB
Tints of Milk White #DEDACB
RGB
CMYK
RGB Variations
Color information
#DEDACB (or 0xDEDACB) is known color: Milk White. HEX triplet: DE, DA and CB. RGB value is (222,218,203). Sum of RGB (Red+Green+Blue) = 222+218+203=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDACB is #212534. Grayscale: #D9D9D9. Windows color (decimal): -2172213 or 13359838. OLE color: 13359838.
HSL color Cylindrical-coordinate representation of color #DEDACB: hue angle of 47.37º degrees, saturation: 0.22, 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 #DEDACB is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 203 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.13 |
| HSL | 47.37º | 0.22% | 0.83% | - |
| HSV(B) | 47.37º | 0.09% | 0.87% | - |
| XYZ | 65.98 | 69.98 | 66.53 | - |
| YUV | 217.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 203 | 0 | 0.02 | 0.09 | 0.13 | 47.37 | 0.22 | 0.83 |
| Hex | DE | DA | CB | 0 | 2 | 9 | D | 2F | 16 | 53 |
| Octal | 336 | 332 | 313 | 0 | 2 | 11 | 15 | 57 | 26 | 123 |
| Binary | 11011110 | 11011010 | 11001011 | 0 | 10 | 1001 | 1101 | 101111 | 10110 | 1010011 |
Color Harmonies of #DEDACB
Complementary color
Monochromatic Colors of #DEDACB
Black with #DEDACB
Text Example
Text Example
White with #DEDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDACB; }
p { color: rgb(222,218,203); }
H1.HeaderClassName
{
color: #DEDACB;
}
.AnyTagClassName
{
color: #DEDACB;
}
</style>
background-color css
<style>
a { background-color: #DEDACB; }
a { background-color: rgb(222,218,203); }
div.DivClassName
{
background-color: #DEDACB;
}
.BgClassName
{
background-color: #DEDACB;
}
</style>
border-color css
<style>
span { border-color: #DEDACB; }
span { border-color: rgb(222,218,203); }
td.TdClassName
{
border-color: #DEDACB;
}
.TagClassName
{
border-color: #DEDACB;
}
</style>