Shades of Albescent White #E0DAC9
Tints of Albescent White #E0DAC9
RGB
CMYK
RGB Variations
Color information
#E0DAC9 (or 0xE0DAC9) is known color: Albescent White. HEX triplet: E0, DA and C9. RGB value is (224,218,201). Sum of RGB (Red+Green+Blue) = 224+218+201=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DAC9 is #1F2536. Grayscale: #D9D9D9. Windows color (decimal): -2041143 or 13228768. OLE color: 13228768.
HSL color Cylindrical-coordinate representation of color #E0DAC9: hue angle of 44.35º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0DAC9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 201 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.12 |
| HSL | 44.35º | 0.27% | 0.83% | - |
| HSV(B) | 44.35º | 0.1% | 0.88% | - |
| XYZ | 66.35 | 70.21 | 65.31 | - |
| YUV | 217.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 201 | 0 | 0.03 | 0.10 | 0.12 | 44.35 | 0.27 | 0.83 |
| Hex | E0 | DA | C9 | 0 | 3 | A | C | 2C | 1B | 53 |
| Octal | 340 | 332 | 311 | 0 | 3 | 12 | 14 | 54 | 33 | 123 |
| Binary | 11100000 | 11011010 | 11001001 | 0 | 11 | 1010 | 1100 | 101100 | 11011 | 1010011 |
Color Harmonies of #E0DAC9
Complementary color
Monochromatic Colors of #E0DAC9
Black with #E0DAC9
Text Example
Text Example
White with #E0DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAC9; }
p { color: rgb(224,218,201); }
H1.HeaderClassName
{
color: #E0DAC9;
}
.AnyTagClassName
{
color: #E0DAC9;
}
</style>
background-color css
<style>
a { background-color: #E0DAC9; }
a { background-color: rgb(224,218,201); }
div.DivClassName
{
background-color: #E0DAC9;
}
.BgClassName
{
background-color: #E0DAC9;
}
</style>
border-color css
<style>
span { border-color: #E0DAC9; }
span { border-color: rgb(224,218,201); }
td.TdClassName
{
border-color: #E0DAC9;
}
.TagClassName
{
border-color: #E0DAC9;
}
</style>