Shades of Albescent White #E1DBCA
Tints of Albescent White #E1DBCA
RGB
CMYK
RGB Variations
Color information
#E1DBCA (or 0xE1DBCA) is known color: Albescent White. HEX triplet: E1, DB and CA. RGB value is (225,219,202). Sum of RGB (Red+Green+Blue) = 225+219+202=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBCA is #1E2435. Grayscale: #DADADA. Windows color (decimal): -1975350 or 13294561. OLE color: 13294561.
HSL color Cylindrical-coordinate representation of color #E1DBCA: hue angle of 44.35º 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 #E1DBCA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 202 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.12 |
| HSL | 44.35º | 0.28% | 0.84% | - |
| HSV(B) | 44.35º | 0.1% | 0.88% | - |
| XYZ | 67.04 | 70.93 | 66.04 | - |
| YUV | 218.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 202 | 0 | 0.03 | 0.10 | 0.12 | 44.35 | 0.28 | 0.84 |
| Hex | E1 | DB | CA | 0 | 3 | A | C | 2C | 1C | 54 |
| Octal | 341 | 333 | 312 | 0 | 3 | 12 | 14 | 54 | 34 | 124 |
| Binary | 11100001 | 11011011 | 11001010 | 0 | 11 | 1010 | 1100 | 101100 | 11100 | 1010100 |
Color Harmonies of #E1DBCA
Complementary color
Monochromatic Colors of #E1DBCA
Black with #E1DBCA
Text Example
Text Example
White with #E1DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBCA; }
p { color: rgb(225,219,202); }
H1.HeaderClassName
{
color: #E1DBCA;
}
.AnyTagClassName
{
color: #E1DBCA;
}
</style>
background-color css
<style>
a { background-color: #E1DBCA; }
a { background-color: rgb(225,219,202); }
div.DivClassName
{
background-color: #E1DBCA;
}
.BgClassName
{
background-color: #E1DBCA;
}
</style>
border-color css
<style>
span { border-color: #E1DBCA; }
span { border-color: rgb(225,219,202); }
td.TdClassName
{
border-color: #E1DBCA;
}
.TagClassName
{
border-color: #E1DBCA;
}
</style>