Shades of Albescent White #E0D8CA
Tints of Albescent White #E0D8CA
RGB
CMYK
RGB Variations
Color information
#E0D8CA (or 0xE0D8CA) is known color: Albescent White. HEX triplet: E0, D8 and CA. RGB value is (224,216,202). Sum of RGB (Red+Green+Blue) = 224+216+202=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8CA is #1F2735. Grayscale: #D8D8D8. Windows color (decimal): -2041654 or 13293792. OLE color: 13293792.
HSL color Cylindrical-coordinate representation of color #E0D8CA: hue angle of 38.18º 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 #E0D8CA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 202 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.12 |
| HSL | 38.18º | 0.26% | 0.84% | - |
| HSV(B) | 38.18º | 0.1% | 0.88% | - |
| XYZ | 65.96 | 69.22 | 65.76 | - |
| YUV | 216.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 202 | 0 | 0.04 | 0.10 | 0.12 | 38.18 | 0.26 | 0.84 |
| Hex | E0 | D8 | CA | 0 | 4 | A | C | 26 | 1A | 54 |
| Octal | 340 | 330 | 312 | 0 | 4 | 12 | 14 | 46 | 32 | 124 |
| Binary | 11100000 | 11011000 | 11001010 | 0 | 100 | 1010 | 1100 | 100110 | 11010 | 1010100 |
Color Harmonies of #E0D8CA
Complementary color
Monochromatic Colors of #E0D8CA
Black with #E0D8CA
Text Example
Text Example
White with #E0D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8CA; }
p { color: rgb(224,216,202); }
H1.HeaderClassName
{
color: #E0D8CA;
}
.AnyTagClassName
{
color: #E0D8CA;
}
</style>
background-color css
<style>
a { background-color: #E0D8CA; }
a { background-color: rgb(224,216,202); }
div.DivClassName
{
background-color: #E0D8CA;
}
.BgClassName
{
background-color: #E0D8CA;
}
</style>
border-color css
<style>
span { border-color: #E0D8CA; }
span { border-color: rgb(224,216,202); }
td.TdClassName
{
border-color: #E0D8CA;
}
.TagClassName
{
border-color: #E0D8CA;
}
</style>