Shades of Albescent White #E1D9C9
Tints of Albescent White #E1D9C9
RGB
CMYK
RGB Variations
Color information
#E1D9C9 (or 0xE1D9C9) is known color: Albescent White. HEX triplet: E1, D9 and C9. RGB value is (225,217,201). Sum of RGB (Red+Green+Blue) = 225+217+201=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9C9 is #1E2636. Grayscale: #D9D9D9. Windows color (decimal): -1975863 or 13228513. OLE color: 13228513.
HSL color Cylindrical-coordinate representation of color #E1D9C9: hue angle of 40º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1D9C9 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 201 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.12 |
| HSL | 40º | 0.29% | 0.84% | - |
| HSV(B) | 40º | 0.11% | 0.88% | - |
| XYZ | 66.41 | 69.85 | 65.24 | - |
| YUV | 217.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 201 | 0 | 0.04 | 0.11 | 0.12 | 40 | 0.29 | 0.84 |
| Hex | E1 | D9 | C9 | 0 | 4 | B | C | 28 | 1D | 54 |
| Octal | 341 | 331 | 311 | 0 | 4 | 13 | 14 | 50 | 35 | 124 |
| Binary | 11100001 | 11011001 | 11001001 | 0 | 100 | 1011 | 1100 | 101000 | 11101 | 1010100 |
Color Harmonies of #E1D9C9
Complementary color
Monochromatic Colors of #E1D9C9
Black with #E1D9C9
Text Example
Text Example
White with #E1D9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D9C9; }
p { color: rgb(225,217,201); }
H1.HeaderClassName
{
color: #E1D9C9;
}
.AnyTagClassName
{
color: #E1D9C9;
}
</style>
background-color css
<style>
a { background-color: #E1D9C9; }
a { background-color: rgb(225,217,201); }
div.DivClassName
{
background-color: #E1D9C9;
}
.BgClassName
{
background-color: #E1D9C9;
}
</style>
border-color css
<style>
span { border-color: #E1D9C9; }
span { border-color: rgb(225,217,201); }
td.TdClassName
{
border-color: #E1D9C9;
}
.TagClassName
{
border-color: #E1D9C9;
}
</style>