Shades of Albescent White #E2D9CB
Tints of Albescent White #E2D9CB
RGB
CMYK
RGB Variations
Color information
#E2D9CB (or 0xE2D9CB) is known color: Albescent White. HEX triplet: E2, D9 and CB. RGB value is (226,217,203). Sum of RGB (Red+Green+Blue) = 226+217+203=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9CB is #1D2634. Grayscale: #DADADA. Windows color (decimal): -1910325 or 13359586. OLE color: 13359586.
HSL color Cylindrical-coordinate representation of color #E2D9CB: hue angle of 36.52º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D9CB is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 203 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.11 |
| HSL | 36.52º | 0.28% | 0.84% | - |
| HSV(B) | 36.52º | 0.1% | 0.89% | - |
| XYZ | 66.96 | 70.11 | 66.5 | - |
| YUV | 218.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 203 | 0 | 0.04 | 0.10 | 0.11 | 36.52 | 0.28 | 0.84 |
| Hex | E2 | D9 | CB | 0 | 4 | A | B | 25 | 1C | 54 |
| Octal | 342 | 331 | 313 | 0 | 4 | 12 | 13 | 45 | 34 | 124 |
| Binary | 11100010 | 11011001 | 11001011 | 0 | 100 | 1010 | 1011 | 100101 | 11100 | 1010100 |
Color Harmonies of #E2D9CB
Complementary color
Monochromatic Colors of #E2D9CB
Black with #E2D9CB
Text Example
Text Example
White with #E2D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9CB; }
p { color: rgb(226,217,203); }
H1.HeaderClassName
{
color: #E2D9CB;
}
.AnyTagClassName
{
color: #E2D9CB;
}
</style>
background-color css
<style>
a { background-color: #E2D9CB; }
a { background-color: rgb(226,217,203); }
div.DivClassName
{
background-color: #E2D9CB;
}
.BgClassName
{
background-color: #E2D9CB;
}
</style>
border-color css
<style>
span { border-color: #E2D9CB; }
span { border-color: rgb(226,217,203); }
td.TdClassName
{
border-color: #E2D9CB;
}
.TagClassName
{
border-color: #E2D9CB;
}
</style>