Shades of Albescent White #E1DACA
Tints of Albescent White #E1DACA
RGB
CMYK
RGB Variations
Color information
#E1DACA (or 0xE1DACA) is known color: Albescent White. HEX triplet: E1, DA and CA. RGB value is (225,218,202). Sum of RGB (Red+Green+Blue) = 225+218+202=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DACA is #1E2535. Grayscale: #DADADA. Windows color (decimal): -1975606 or 13294305. OLE color: 13294305.
HSL color Cylindrical-coordinate representation of color #E1DACA: hue angle of 41.74º 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 #E1DACA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 202 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.12 |
| HSL | 41.74º | 0.28% | 0.84% | - |
| HSV(B) | 41.74º | 0.1% | 0.88% | - |
| XYZ | 66.78 | 70.41 | 65.95 | - |
| YUV | 218.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 202 | 0 | 0.03 | 0.10 | 0.12 | 41.74 | 0.28 | 0.84 |
| Hex | E1 | DA | CA | 0 | 3 | A | C | 2A | 1C | 54 |
| Octal | 341 | 332 | 312 | 0 | 3 | 12 | 14 | 52 | 34 | 124 |
| Binary | 11100001 | 11011010 | 11001010 | 0 | 11 | 1010 | 1100 | 101010 | 11100 | 1010100 |
Color Harmonies of #E1DACA
Complementary color
Monochromatic Colors of #E1DACA
Black with #E1DACA
Text Example
Text Example
White with #E1DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DACA; }
p { color: rgb(225,218,202); }
H1.HeaderClassName
{
color: #E1DACA;
}
.AnyTagClassName
{
color: #E1DACA;
}
</style>
background-color css
<style>
a { background-color: #E1DACA; }
a { background-color: rgb(225,218,202); }
div.DivClassName
{
background-color: #E1DACA;
}
.BgClassName
{
background-color: #E1DACA;
}
</style>
border-color css
<style>
span { border-color: #E1DACA; }
span { border-color: rgb(225,218,202); }
td.TdClassName
{
border-color: #E1DACA;
}
.TagClassName
{
border-color: #E1DACA;
}
</style>