Shades of Albescent White #E1D9CA
Tints of Albescent White #E1D9CA
RGB
CMYK
RGB Variations
Color information
#E1D9CA (or 0xE1D9CA) is known color: Albescent White. HEX triplet: E1, D9 and CA. RGB value is (225,217,202). Sum of RGB (Red+Green+Blue) = 225+217+202=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9CA is #1E2635. Grayscale: #D9D9D9. Windows color (decimal): -1975862 or 13294049. OLE color: 13294049.
HSL color Cylindrical-coordinate representation of color #E1D9CA: hue angle of 39.13º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D9CA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 202 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.12 |
| HSL | 39.13º | 0.28% | 0.84% | - |
| HSV(B) | 39.13º | 0.1% | 0.88% | - |
| XYZ | 66.52 | 69.9 | 65.86 | - |
| YUV | 217.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 202 | 0 | 0.04 | 0.10 | 0.12 | 39.13 | 0.28 | 0.84 |
| Hex | E1 | D9 | CA | 0 | 4 | A | C | 27 | 1C | 54 |
| Octal | 341 | 331 | 312 | 0 | 4 | 12 | 14 | 47 | 34 | 124 |
| Binary | 11100001 | 11011001 | 11001010 | 0 | 100 | 1010 | 1100 | 100111 | 11100 | 1010100 |
Color Harmonies of #E1D9CA
Complementary color
Monochromatic Colors of #E1D9CA
Black with #E1D9CA
Text Example
Text Example
White with #E1D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D9CA; }
p { color: rgb(225,217,202); }
H1.HeaderClassName
{
color: #E1D9CA;
}
.AnyTagClassName
{
color: #E1D9CA;
}
</style>
background-color css
<style>
a { background-color: #E1D9CA; }
a { background-color: rgb(225,217,202); }
div.DivClassName
{
background-color: #E1D9CA;
}
.BgClassName
{
background-color: #E1D9CA;
}
</style>
border-color css
<style>
span { border-color: #E1D9CA; }
span { border-color: rgb(225,217,202); }
td.TdClassName
{
border-color: #E1D9CA;
}
.TagClassName
{
border-color: #E1D9CA;
}
</style>