Shades of Albescent White #E0D8CB
Tints of Albescent White #E0D8CB
RGB
CMYK
RGB Variations
Color information
#E0D8CB (or 0xE0D8CB) is known color: Albescent White. HEX triplet: E0, D8 and CB. RGB value is (224,216,203). Sum of RGB (Red+Green+Blue) = 224+216+203=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8CB is #1F2734. Grayscale: #D8D8D8. Windows color (decimal): -2041653 or 13359328. OLE color: 13359328.
HSL color Cylindrical-coordinate representation of color #E0D8CB: hue angle of 37.14º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0D8CB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 203 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.12 |
| HSL | 37.14º | 0.25% | 0.84% | - |
| HSV(B) | 37.14º | 0.09% | 0.88% | - |
| XYZ | 66.08 | 69.27 | 66.39 | - |
| YUV | 216.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 203 | 0 | 0.04 | 0.09 | 0.12 | 37.14 | 0.25 | 0.84 |
| Hex | E0 | D8 | CB | 0 | 4 | 9 | C | 25 | 19 | 54 |
| Octal | 340 | 330 | 313 | 0 | 4 | 11 | 14 | 45 | 31 | 124 |
| Binary | 11100000 | 11011000 | 11001011 | 0 | 100 | 1001 | 1100 | 100101 | 11001 | 1010100 |
Color Harmonies of #E0D8CB
Complementary color
Monochromatic Colors of #E0D8CB
Black with #E0D8CB
Text Example
Text Example
White with #E0D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8CB; }
p { color: rgb(224,216,203); }
H1.HeaderClassName
{
color: #E0D8CB;
}
.AnyTagClassName
{
color: #E0D8CB;
}
</style>
background-color css
<style>
a { background-color: #E0D8CB; }
a { background-color: rgb(224,216,203); }
div.DivClassName
{
background-color: #E0D8CB;
}
.BgClassName
{
background-color: #E0D8CB;
}
</style>
border-color css
<style>
span { border-color: #E0D8CB; }
span { border-color: rgb(224,216,203); }
td.TdClassName
{
border-color: #E0D8CB;
}
.TagClassName
{
border-color: #E0D8CB;
}
</style>