Shades of Milk White #DEDBCE
Tints of Milk White #DEDBCE
RGB
CMYK
RGB Variations
Color information
#DEDBCE (or 0xDEDBCE) is known color: Milk White. HEX triplet: DE, DB and CE. RGB value is (222,219,206). Sum of RGB (Red+Green+Blue) = 222+219+206=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBCE is #212431. Grayscale: #DADADA. Windows color (decimal): -2171954 or 13556702. OLE color: 13556702.
HSL color Cylindrical-coordinate representation of color #DEDBCE: hue angle of 48.75º 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 #DEDBCE is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 206 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.13 |
| HSL | 48.75º | 0.2% | 0.84% | - |
| HSV(B) | 48.75º | 0.07% | 0.87% | - |
| XYZ | 66.6 | 70.65 | 68.52 | - |
| YUV | 218.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 206 | 0 | 0.01 | 0.07 | 0.13 | 48.75 | 0.2 | 0.84 |
| Hex | DE | DB | CE | 0 | 1 | 7 | D | 31 | 14 | 54 |
| Octal | 336 | 333 | 316 | 0 | 1 | 7 | 15 | 61 | 24 | 124 |
| Binary | 11011110 | 11011011 | 11001110 | 0 | 1 | 111 | 1101 | 110001 | 10100 | 1010100 |
Color Harmonies of #DEDBCE
Complementary color
Monochromatic Colors of #DEDBCE
Black with #DEDBCE
Text Example
Text Example
White with #DEDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBCE; }
p { color: rgb(222,219,206); }
H1.HeaderClassName
{
color: #DEDBCE;
}
.AnyTagClassName
{
color: #DEDBCE;
}
</style>
background-color css
<style>
a { background-color: #DEDBCE; }
a { background-color: rgb(222,219,206); }
div.DivClassName
{
background-color: #DEDBCE;
}
.BgClassName
{
background-color: #DEDBCE;
}
</style>
border-color css
<style>
span { border-color: #DEDBCE; }
span { border-color: rgb(222,219,206); }
td.TdClassName
{
border-color: #DEDBCE;
}
.TagClassName
{
border-color: #DEDBCE;
}
</style>