Shades of Albescent White #E0D7CA
Tints of Albescent White #E0D7CA
RGB
CMYK
RGB Variations
Color information
#E0D7CA (or 0xE0D7CA) is known color: Albescent White. HEX triplet: E0, D7 and CA. RGB value is (224,215,202). Sum of RGB (Red+Green+Blue) = 224+215+202=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7CA is #1F2835. Grayscale: #D8D8D8. Windows color (decimal): -2041910 or 13293536. OLE color: 13293536.
HSL color Cylindrical-coordinate representation of color #E0D7CA: hue angle of 35.45º degrees, saturation: 0.26, 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 #E0D7CA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 202 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.12 |
| HSL | 35.45º | 0.26% | 0.84% | - |
| HSV(B) | 35.45º | 0.1% | 0.88% | - |
| XYZ | 65.7 | 68.71 | 65.68 | - |
| YUV | 216.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 202 | 0 | 0.04 | 0.10 | 0.12 | 35.45 | 0.26 | 0.84 |
| Hex | E0 | D7 | CA | 0 | 4 | A | C | 23 | 1A | 54 |
| Octal | 340 | 327 | 312 | 0 | 4 | 12 | 14 | 43 | 32 | 124 |
| Binary | 11100000 | 11010111 | 11001010 | 0 | 100 | 1010 | 1100 | 100011 | 11010 | 1010100 |
Color Harmonies of #E0D7CA
Complementary color
Monochromatic Colors of #E0D7CA
Black with #E0D7CA
Text Example
Text Example
White with #E0D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7CA; }
p { color: rgb(224,215,202); }
H1.HeaderClassName
{
color: #E0D7CA;
}
.AnyTagClassName
{
color: #E0D7CA;
}
</style>
background-color css
<style>
a { background-color: #E0D7CA; }
a { background-color: rgb(224,215,202); }
div.DivClassName
{
background-color: #E0D7CA;
}
.BgClassName
{
background-color: #E0D7CA;
}
</style>
border-color css
<style>
span { border-color: #E0D7CA; }
span { border-color: rgb(224,215,202); }
td.TdClassName
{
border-color: #E0D7CA;
}
.TagClassName
{
border-color: #E0D7CA;
}
</style>