Shades of Albescent White #E2DBCB
Tints of Albescent White #E2DBCB
RGB
CMYK
RGB Variations
Color information
#E2DBCB (or 0xE2DBCB) is known color: Albescent White. HEX triplet: E2, DB and CB. RGB value is (226,219,203). Sum of RGB (Red+Green+Blue) = 226+219+203=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBCB is #1D2434. Grayscale: #DBDBDB. Windows color (decimal): -1909813 or 13360098. OLE color: 13360098.
HSL color Cylindrical-coordinate representation of color #E2DBCB: hue angle of 41.74º 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 #E2DBCB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 203 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.11 |
| HSL | 41.74º | 0.28% | 0.84% | - |
| HSV(B) | 41.74º | 0.1% | 0.89% | - |
| XYZ | 67.48 | 71.14 | 66.68 | - |
| YUV | 219.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 203 | 0 | 0.03 | 0.10 | 0.11 | 41.74 | 0.28 | 0.84 |
| Hex | E2 | DB | CB | 0 | 3 | A | B | 2A | 1C | 54 |
| Octal | 342 | 333 | 313 | 0 | 3 | 12 | 13 | 52 | 34 | 124 |
| Binary | 11100010 | 11011011 | 11001011 | 0 | 11 | 1010 | 1011 | 101010 | 11100 | 1010100 |
Color Harmonies of #E2DBCB
Complementary color
Monochromatic Colors of #E2DBCB
Black with #E2DBCB
Text Example
Text Example
White with #E2DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBCB; }
p { color: rgb(226,219,203); }
H1.HeaderClassName
{
color: #E2DBCB;
}
.AnyTagClassName
{
color: #E2DBCB;
}
</style>
background-color css
<style>
a { background-color: #E2DBCB; }
a { background-color: rgb(226,219,203); }
div.DivClassName
{
background-color: #E2DBCB;
}
.BgClassName
{
background-color: #E2DBCB;
}
</style>
border-color css
<style>
span { border-color: #E2DBCB; }
span { border-color: rgb(226,219,203); }
td.TdClassName
{
border-color: #E2DBCB;
}
.TagClassName
{
border-color: #E2DBCB;
}
</style>