Shades of Albescent White #E1DBCB
Tints of Albescent White #E1DBCB
RGB
CMYK
RGB Variations
Color information
#E1DBCB (or 0xE1DBCB) is known color: Albescent White. HEX triplet: E1, DB and CB. RGB value is (225,219,203). Sum of RGB (Red+Green+Blue) = 225+219+203=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBCB is #1E2434. Grayscale: #DBDBDB. Windows color (decimal): -1975349 or 13360097. OLE color: 13360097.
HSL color Cylindrical-coordinate representation of color #E1DBCB: hue angle of 43.64º degrees, saturation: 0.27, 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 #E1DBCB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 203 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.12 |
| HSL | 43.64º | 0.27% | 0.84% | - |
| HSV(B) | 43.64º | 0.1% | 0.88% | - |
| XYZ | 67.16 | 70.98 | 66.66 | - |
| YUV | 218.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 203 | 0 | 0.03 | 0.10 | 0.12 | 43.64 | 0.27 | 0.84 |
| Hex | E1 | DB | CB | 0 | 3 | A | C | 2C | 1B | 54 |
| Octal | 341 | 333 | 313 | 0 | 3 | 12 | 14 | 54 | 33 | 124 |
| Binary | 11100001 | 11011011 | 11001011 | 0 | 11 | 1010 | 1100 | 101100 | 11011 | 1010100 |
Color Harmonies of #E1DBCB
Complementary color
Monochromatic Colors of #E1DBCB
Black with #E1DBCB
Text Example
Text Example
White with #E1DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBCB; }
p { color: rgb(225,219,203); }
H1.HeaderClassName
{
color: #E1DBCB;
}
.AnyTagClassName
{
color: #E1DBCB;
}
</style>
background-color css
<style>
a { background-color: #E1DBCB; }
a { background-color: rgb(225,219,203); }
div.DivClassName
{
background-color: #E1DBCB;
}
.BgClassName
{
background-color: #E1DBCB;
}
</style>
border-color css
<style>
span { border-color: #E1DBCB; }
span { border-color: rgb(225,219,203); }
td.TdClassName
{
border-color: #E1DBCB;
}
.TagClassName
{
border-color: #E1DBCB;
}
</style>