Shades of Albescent White #E1DBCD
Tints of Albescent White #E1DBCD
RGB
CMYK
RGB Variations
Color information
#E1DBCD (or 0xE1DBCD) is known color: Albescent White. HEX triplet: E1, DB and CD. RGB value is (225,219,205). Sum of RGB (Red+Green+Blue) = 225+219+205=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBCD is #1E2432. Grayscale: #DBDBDB. Windows color (decimal): -1975347 or 13491169. OLE color: 13491169.
HSL color Cylindrical-coordinate representation of color #E1DBCD: hue angle of 42º 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 #E1DBCD is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 205 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.12 |
| HSL | 42º | 0.25% | 0.84% | - |
| HSV(B) | 42º | 0.09% | 0.88% | - |
| XYZ | 67.4 | 71.08 | 67.92 | - |
| YUV | 219.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 205 | 0 | 0.03 | 0.09 | 0.12 | 42 | 0.25 | 0.84 |
| Hex | E1 | DB | CD | 0 | 3 | 9 | C | 2A | 19 | 54 |
| Octal | 341 | 333 | 315 | 0 | 3 | 11 | 14 | 52 | 31 | 124 |
| Binary | 11100001 | 11011011 | 11001101 | 0 | 11 | 1001 | 1100 | 101010 | 11001 | 1010100 |
Color Harmonies of #E1DBCD
Complementary color
Monochromatic Colors of #E1DBCD
Black with #E1DBCD
Text Example
Text Example
White with #E1DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBCD; }
p { color: rgb(225,219,205); }
H1.HeaderClassName
{
color: #E1DBCD;
}
.AnyTagClassName
{
color: #E1DBCD;
}
</style>
background-color css
<style>
a { background-color: #E1DBCD; }
a { background-color: rgb(225,219,205); }
div.DivClassName
{
background-color: #E1DBCD;
}
.BgClassName
{
background-color: #E1DBCD;
}
</style>
border-color css
<style>
span { border-color: #E1DBCD; }
span { border-color: rgb(225,219,205); }
td.TdClassName
{
border-color: #E1DBCD;
}
.TagClassName
{
border-color: #E1DBCD;
}
</style>