Shades of Albescent White #DED8C9
Tints of Albescent White #DED8C9
RGB
CMYK
RGB Variations
Color information
#DED8C9 (or 0xDED8C9) is known color: Albescent White. HEX triplet: DE, D8 and C9. RGB value is (222,216,201). Sum of RGB (Red+Green+Blue) = 222+216+201=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8C9 is #212736. Grayscale: #D8D8D8. Windows color (decimal): -2172727 or 13228254. OLE color: 13228254.
HSL color Cylindrical-coordinate representation of color #DED8C9: hue angle of 42.86º degrees, saturation: 0.24, 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 #DED8C9 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 216 | 201 | - |
CMYK | 0 | 0.03 | 0.09 | 0.13 |
HSL | 42.86º | 0.24% | 0.83% | - |
HSV(B) | 42.86º | 0.09% | 0.87% | - |
XYZ | 65.22 | 68.86 | 65.11 | - |
YUV | 216.08 | 119.49 | 132.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 216 | 201 | 0 | 0.03 | 0.09 | 0.13 | 42.86 | 0.24 | 0.83 |
Hex | DE | D8 | C9 | 0 | 3 | 9 | D | 2B | 18 | 53 |
Octal | 336 | 330 | 311 | 0 | 3 | 11 | 15 | 53 | 30 | 123 |
Binary | 11011110 | 11011000 | 11001001 | 0 | 11 | 1001 | 1101 | 101011 | 11000 | 1010011 |
Color Harmonies of #DED8C9
Complementary color
Monochromatic Colors of #DED8C9
Black with #DED8C9
Text Example
Text Example
White with #DED8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8C9; }
p { color: rgb(222,216,201); }
H1.HeaderClassName
{
color: #DED8C9;
}
.AnyTagClassName
{
color: #DED8C9;
}
</style>
background-color css
<style>
a { background-color: #DED8C9; }
a { background-color: rgb(222,216,201); }
div.DivClassName
{
background-color: #DED8C9;
}
.BgClassName
{
background-color: #DED8C9;
}
</style>
border-color css
<style>
span { border-color: #DED8C9; }
span { border-color: rgb(222,216,201); }
td.TdClassName
{
border-color: #DED8C9;
}
.TagClassName
{
border-color: #DED8C9;
}
</style>