Shades of Albescent White #DED9CE
Tints of Albescent White #DED9CE
RGB
CMYK
RGB Variations
Color information
#DED9CE (or 0xDED9CE) is known color: Albescent White. HEX triplet: DE, D9 and CE. RGB value is (222,217,206). Sum of RGB (Red+Green+Blue) = 222+217+206=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9CE is #212631. Grayscale: #D9D9D9. Windows color (decimal): -2172466 or 13556190. OLE color: 13556190.
HSL color Cylindrical-coordinate representation of color #DED9CE: hue angle of 41.25º 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 #DED9CE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 206 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.13 |
| HSL | 41.25º | 0.2% | 0.84% | - |
| HSV(B) | 41.25º | 0.07% | 0.87% | - |
| XYZ | 66.08 | 69.61 | 68.35 | - |
| YUV | 217.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 206 | 0 | 0.02 | 0.07 | 0.13 | 41.25 | 0.2 | 0.84 |
| Hex | DE | D9 | CE | 0 | 2 | 7 | D | 29 | 14 | 54 |
| Octal | 336 | 331 | 316 | 0 | 2 | 7 | 15 | 51 | 24 | 124 |
| Binary | 11011110 | 11011001 | 11001110 | 0 | 10 | 111 | 1101 | 101001 | 10100 | 1010100 |
Color Harmonies of #DED9CE
Complementary color
Monochromatic Colors of #DED9CE
Black with #DED9CE
Text Example
Text Example
White with #DED9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9CE; }
p { color: rgb(222,217,206); }
H1.HeaderClassName
{
color: #DED9CE;
}
.AnyTagClassName
{
color: #DED9CE;
}
</style>
background-color css
<style>
a { background-color: #DED9CE; }
a { background-color: rgb(222,217,206); }
div.DivClassName
{
background-color: #DED9CE;
}
.BgClassName
{
background-color: #DED9CE;
}
</style>
border-color css
<style>
span { border-color: #DED9CE; }
span { border-color: rgb(222,217,206); }
td.TdClassName
{
border-color: #DED9CE;
}
.TagClassName
{
border-color: #DED9CE;
}
</style>