Shades of Albescent White #E5DDCC
Tints of Albescent White #E5DDCC
RGB
CMYK
RGB Variations
Color information
#E5DDCC (or 0xE5DDCC) is known color: Albescent White. HEX triplet: E5, DD and CC. RGB value is (229,221,204). Sum of RGB (Red+Green+Blue) = 229+221+204=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDCC is #1A2233. Grayscale: #DDDDDD. Windows color (decimal): -1712692 or 13426149. OLE color: 13426149.
HSL color Cylindrical-coordinate representation of color #E5DDCC: hue angle of 40.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DDCC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 204 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.10 |
| HSL | 40.8º | 0.32% | 0.85% | - |
| HSV(B) | 40.8º | 0.11% | 0.9% | - |
| XYZ | 69.07 | 72.73 | 67.52 | - |
| YUV | 221.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 204 | 0 | 0.03 | 0.11 | 0.10 | 40.8 | 0.32 | 0.85 |
| Hex | E5 | DD | CC | 0 | 3 | B | A | 29 | 20 | 55 |
| Octal | 345 | 335 | 314 | 0 | 3 | 13 | 12 | 51 | 40 | 125 |
| Binary | 11100101 | 11011101 | 11001100 | 0 | 11 | 1011 | 1010 | 101001 | 100000 | 1010101 |
Color Harmonies of #E5DDCC
Complementary color
Monochromatic Colors of #E5DDCC
Black with #E5DDCC
Text Example
Text Example
White with #E5DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDCC; }
p { color: rgb(229,221,204); }
H1.HeaderClassName
{
color: #E5DDCC;
}
.AnyTagClassName
{
color: #E5DDCC;
}
</style>
background-color css
<style>
a { background-color: #E5DDCC; }
a { background-color: rgb(229,221,204); }
div.DivClassName
{
background-color: #E5DDCC;
}
.BgClassName
{
background-color: #E5DDCC;
}
</style>
border-color css
<style>
span { border-color: #E5DDCC; }
span { border-color: rgb(229,221,204); }
td.TdClassName
{
border-color: #E5DDCC;
}
.TagClassName
{
border-color: #E5DDCC;
}
</style>