Shades of Albescent White #E1DACB
Tints of Albescent White #E1DACB
RGB
CMYK
RGB Variations
Color information
#E1DACB (or 0xE1DACB) is known color: Albescent White. HEX triplet: E1, DA and CB. RGB value is (225,218,203). Sum of RGB (Red+Green+Blue) = 225+218+203=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DACB is #1E2534. Grayscale: #DADADA. Windows color (decimal): -1975605 or 13359841. OLE color: 13359841.
HSL color Cylindrical-coordinate representation of color #E1DACB: hue angle of 40.91º degrees, saturation: 0.27, 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 #E1DACB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 203 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.12 |
| HSL | 40.91º | 0.27% | 0.84% | - |
| HSV(B) | 40.91º | 0.1% | 0.88% | - |
| XYZ | 66.9 | 70.46 | 66.57 | - |
| YUV | 218.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 203 | 0 | 0.03 | 0.10 | 0.12 | 40.91 | 0.27 | 0.84 |
| Hex | E1 | DA | CB | 0 | 3 | A | C | 29 | 1B | 54 |
| Octal | 341 | 332 | 313 | 0 | 3 | 12 | 14 | 51 | 33 | 124 |
| Binary | 11100001 | 11011010 | 11001011 | 0 | 11 | 1010 | 1100 | 101001 | 11011 | 1010100 |
Color Harmonies of #E1DACB
Complementary color
Monochromatic Colors of #E1DACB
Black with #E1DACB
Text Example
Text Example
White with #E1DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DACB; }
p { color: rgb(225,218,203); }
H1.HeaderClassName
{
color: #E1DACB;
}
.AnyTagClassName
{
color: #E1DACB;
}
</style>
background-color css
<style>
a { background-color: #E1DACB; }
a { background-color: rgb(225,218,203); }
div.DivClassName
{
background-color: #E1DACB;
}
.BgClassName
{
background-color: #E1DACB;
}
</style>
border-color css
<style>
span { border-color: #E1DACB; }
span { border-color: rgb(225,218,203); }
td.TdClassName
{
border-color: #E1DACB;
}
.TagClassName
{
border-color: #E1DACB;
}
</style>