Shades of Albescent White #E1D9CB
Tints of Albescent White #E1D9CB
RGB
CMYK
RGB Variations
Color information
#E1D9CB (or 0xE1D9CB) is known color: Albescent White. HEX triplet: E1, D9 and CB. RGB value is (225,217,203). Sum of RGB (Red+Green+Blue) = 225+217+203=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9CB is #1E2634. Grayscale: #D9D9D9. Windows color (decimal): -1975861 or 13359585. OLE color: 13359585.
HSL color Cylindrical-coordinate representation of color #E1D9CB: hue angle of 38.18º 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 #E1D9CB is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 203 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.12 |
| HSL | 38.18º | 0.27% | 0.84% | - |
| HSV(B) | 38.18º | 0.1% | 0.88% | - |
| XYZ | 66.64 | 69.95 | 66.49 | - |
| YUV | 217.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 203 | 0 | 0.04 | 0.10 | 0.12 | 38.18 | 0.27 | 0.84 |
| Hex | E1 | D9 | CB | 0 | 4 | A | C | 26 | 1B | 54 |
| Octal | 341 | 331 | 313 | 0 | 4 | 12 | 14 | 46 | 33 | 124 |
| Binary | 11100001 | 11011001 | 11001011 | 0 | 100 | 1010 | 1100 | 100110 | 11011 | 1010100 |
Color Harmonies of #E1D9CB
Complementary color
Monochromatic Colors of #E1D9CB
Black with #E1D9CB
Text Example
Text Example
White with #E1D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D9CB; }
p { color: rgb(225,217,203); }
H1.HeaderClassName
{
color: #E1D9CB;
}
.AnyTagClassName
{
color: #E1D9CB;
}
</style>
background-color css
<style>
a { background-color: #E1D9CB; }
a { background-color: rgb(225,217,203); }
div.DivClassName
{
background-color: #E1D9CB;
}
.BgClassName
{
background-color: #E1D9CB;
}
</style>
border-color css
<style>
span { border-color: #E1D9CB; }
span { border-color: rgb(225,217,203); }
td.TdClassName
{
border-color: #E1D9CB;
}
.TagClassName
{
border-color: #E1D9CB;
}
</style>