Shades of Milk White #DEDBCF
Tints of Milk White #DEDBCF
RGB
CMYK
RGB Variations
Color information
#DEDBCF (or 0xDEDBCF) is known color: Milk White. HEX triplet: DE, DB and CF. RGB value is (222,219,207). Sum of RGB (Red+Green+Blue) = 222+219+207=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBCF is #212430. Grayscale: #DADADA. Windows color (decimal): -2171953 or 13622238. OLE color: 13622238.
HSL color Cylindrical-coordinate representation of color #DEDBCF: hue angle of 48º 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 #DEDBCF is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 207 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.13 |
| HSL | 48º | 0.19% | 0.84% | - |
| HSV(B) | 48º | 0.07% | 0.87% | - |
| XYZ | 66.72 | 70.7 | 69.16 | - |
| YUV | 218.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 207 | 0 | 0.01 | 0.07 | 0.13 | 48 | 0.19 | 0.84 |
| Hex | DE | DB | CF | 0 | 1 | 7 | D | 30 | 13 | 54 |
| Octal | 336 | 333 | 317 | 0 | 1 | 7 | 15 | 60 | 23 | 124 |
| Binary | 11011110 | 11011011 | 11001111 | 0 | 1 | 111 | 1101 | 110000 | 10011 | 1010100 |
Color Harmonies of #DEDBCF
Complementary color
Monochromatic Colors of #DEDBCF
Black with #DEDBCF
Text Example
Text Example
White with #DEDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBCF; }
p { color: rgb(222,219,207); }
H1.HeaderClassName
{
color: #DEDBCF;
}
.AnyTagClassName
{
color: #DEDBCF;
}
</style>
background-color css
<style>
a { background-color: #DEDBCF; }
a { background-color: rgb(222,219,207); }
div.DivClassName
{
background-color: #DEDBCF;
}
.BgClassName
{
background-color: #DEDBCF;
}
</style>
border-color css
<style>
span { border-color: #DEDBCF; }
span { border-color: rgb(222,219,207); }
td.TdClassName
{
border-color: #DEDBCF;
}
.TagClassName
{
border-color: #DEDBCF;
}
</style>