Shades of Albescent White #DED7CA
Tints of Albescent White #DED7CA
RGB
CMYK
RGB Variations
Color information
#DED7CA (or 0xDED7CA) is known color: Albescent White. HEX triplet: DE, D7 and CA. RGB value is (222,215,202). Sum of RGB (Red+Green+Blue) = 222+215+202=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7CA is #212835. Grayscale: #D7D7D7. Windows color (decimal): -2172982 or 13293534. OLE color: 13293534.
HSL color Cylindrical-coordinate representation of color #DED7CA: hue angle of 39º degrees, saturation: 0.23, 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 #DED7CA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 202 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.13 |
| HSL | 39º | 0.23% | 0.83% | - |
| HSV(B) | 39º | 0.09% | 0.87% | - |
| XYZ | 65.09 | 68.39 | 65.65 | - |
| YUV | 215.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 202 | 0 | 0.03 | 0.09 | 0.13 | 39 | 0.23 | 0.83 |
| Hex | DE | D7 | CA | 0 | 3 | 9 | D | 27 | 17 | 53 |
| Octal | 336 | 327 | 312 | 0 | 3 | 11 | 15 | 47 | 27 | 123 |
| Binary | 11011110 | 11010111 | 11001010 | 0 | 11 | 1001 | 1101 | 100111 | 10111 | 1010011 |
Color Harmonies of #DED7CA
Complementary color
Monochromatic Colors of #DED7CA
Black with #DED7CA
Text Example
Text Example
White with #DED7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7CA; }
p { color: rgb(222,215,202); }
H1.HeaderClassName
{
color: #DED7CA;
}
.AnyTagClassName
{
color: #DED7CA;
}
</style>
background-color css
<style>
a { background-color: #DED7CA; }
a { background-color: rgb(222,215,202); }
div.DivClassName
{
background-color: #DED7CA;
}
.BgClassName
{
background-color: #DED7CA;
}
</style>
border-color css
<style>
span { border-color: #DED7CA; }
span { border-color: rgb(222,215,202); }
td.TdClassName
{
border-color: #DED7CA;
}
.TagClassName
{
border-color: #DED7CA;
}
</style>