Shades of Milk White #DEDBD0
Tints of Milk White #DEDBD0
RGB
CMYK
RGB Variations
Color information
#DEDBD0 (or 0xDEDBD0) is known color: Milk White. HEX triplet: DE, DB and D0. RGB value is (222,219,208). Sum of RGB (Red+Green+Blue) = 222+219+208=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBD0 is #21242F. Grayscale: #DADADA. Windows color (decimal): -2171952 or 13687774. OLE color: 13687774.
HSL color Cylindrical-coordinate representation of color #DEDBD0: hue angle of 47.14º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDBD0 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 208 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.13 |
| HSL | 47.14º | 0.18% | 0.84% | - |
| HSV(B) | 47.14º | 0.06% | 0.87% | - |
| XYZ | 66.84 | 70.75 | 69.81 | - |
| YUV | 218.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 208 | 0 | 0.01 | 0.06 | 0.13 | 47.14 | 0.18 | 0.84 |
| Hex | DE | DB | D0 | 0 | 1 | 6 | D | 2F | 12 | 54 |
| Octal | 336 | 333 | 320 | 0 | 1 | 6 | 15 | 57 | 22 | 124 |
| Binary | 11011110 | 11011011 | 11010000 | 0 | 1 | 110 | 1101 | 101111 | 10010 | 1010100 |
Color Harmonies of #DEDBD0
Complementary color
Monochromatic Colors of #DEDBD0
Black with #DEDBD0
Text Example
Text Example
White with #DEDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBD0; }
p { color: rgb(222,219,208); }
H1.HeaderClassName
{
color: #DEDBD0;
}
.AnyTagClassName
{
color: #DEDBD0;
}
</style>
background-color css
<style>
a { background-color: #DEDBD0; }
a { background-color: rgb(222,219,208); }
div.DivClassName
{
background-color: #DEDBD0;
}
.BgClassName
{
background-color: #DEDBD0;
}
</style>
border-color css
<style>
span { border-color: #DEDBD0; }
span { border-color: rgb(222,219,208); }
td.TdClassName
{
border-color: #DEDBD0;
}
.TagClassName
{
border-color: #DEDBD0;
}
</style>