Shades of Albescent White #E5DECD
Tints of Albescent White #E5DECD
RGB
CMYK
RGB Variations
Color information
#E5DECD (or 0xE5DECD) is known color: Albescent White. HEX triplet: E5, DE and CD. RGB value is (229,222,205). Sum of RGB (Red+Green+Blue) = 229+222+205=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DECD is #1A2132. Grayscale: #DEDEDE. Windows color (decimal): -1712435 or 13491941. OLE color: 13491941.
HSL color Cylindrical-coordinate representation of color #E5DECD: hue angle of 42.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DECD is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 222 | 205 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.10 |
| HSL | 42.5º | 0.32% | 0.85% | - |
| HSV(B) | 42.5º | 0.1% | 0.9% | - |
| XYZ | 69.45 | 73.31 | 68.25 | - |
| YUV | 222.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 222 | 205 | 0 | 0.03 | 0.10 | 0.10 | 42.5 | 0.32 | 0.85 |
| Hex | E5 | DE | CD | 0 | 3 | A | A | 2A | 20 | 55 |
| Octal | 345 | 336 | 315 | 0 | 3 | 12 | 12 | 52 | 40 | 125 |
| Binary | 11100101 | 11011110 | 11001101 | 0 | 11 | 1010 | 1010 | 101010 | 100000 | 1010101 |
Color Harmonies of #E5DECD
Complementary color
Monochromatic Colors of #E5DECD
Black with #E5DECD
Text Example
Text Example
White with #E5DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DECD; }
p { color: rgb(229,222,205); }
H1.HeaderClassName
{
color: #E5DECD;
}
.AnyTagClassName
{
color: #E5DECD;
}
</style>
background-color css
<style>
a { background-color: #E5DECD; }
a { background-color: rgb(229,222,205); }
div.DivClassName
{
background-color: #E5DECD;
}
.BgClassName
{
background-color: #E5DECD;
}
</style>
border-color css
<style>
span { border-color: #E5DECD; }
span { border-color: rgb(229,222,205); }
td.TdClassName
{
border-color: #E5DECD;
}
.TagClassName
{
border-color: #E5DECD;
}
</style>