Shades of Albescent White #E1D9C5
Tints of Albescent White #E1D9C5
RGB
CMYK
RGB Variations
Color information
#E1D9C5 (or 0xE1D9C5) is known color: Albescent White. HEX triplet: E1, D9 and C5. RGB value is (225,217,197). Sum of RGB (Red+Green+Blue) = 225+217+197=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9C5 is #1E263A. Grayscale: #D9D9D9. Windows color (decimal): -1975867 or 12966369. OLE color: 12966369.
HSL color Cylindrical-coordinate representation of color #E1D9C5: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1D9C5 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 197 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.12 |
| HSL | 42.86º | 0.32% | 0.83% | - |
| HSV(B) | 42.86º | 0.12% | 0.88% | - |
| XYZ | 65.94 | 69.66 | 62.79 | - |
| YUV | 217.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 197 | 0 | 0.04 | 0.12 | 0.12 | 42.86 | 0.32 | 0.83 |
| Hex | E1 | D9 | C5 | 0 | 4 | C | C | 2B | 20 | 53 |
| Octal | 341 | 331 | 305 | 0 | 4 | 14 | 14 | 53 | 40 | 123 |
| Binary | 11100001 | 11011001 | 11000101 | 0 | 100 | 1100 | 1100 | 101011 | 100000 | 1010011 |
Color Harmonies of #E1D9C5
Complementary color
Monochromatic Colors of #E1D9C5
Black with #E1D9C5
Text Example
Text Example
White with #E1D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D9C5; }
p { color: rgb(225,217,197); }
H1.HeaderClassName
{
color: #E1D9C5;
}
.AnyTagClassName
{
color: #E1D9C5;
}
</style>
background-color css
<style>
a { background-color: #E1D9C5; }
a { background-color: rgb(225,217,197); }
div.DivClassName
{
background-color: #E1D9C5;
}
.BgClassName
{
background-color: #E1D9C5;
}
</style>
border-color css
<style>
span { border-color: #E1D9C5; }
span { border-color: rgb(225,217,197); }
td.TdClassName
{
border-color: #E1D9C5;
}
.TagClassName
{
border-color: #E1D9C5;
}
</style>