Shades of Albescent White #E2DACB
Tints of Albescent White #E2DACB
RGB
CMYK
RGB Variations
Color information
#E2DACB (or 0xE2DACB) is known color: Albescent White. HEX triplet: E2, DA and CB. RGB value is (226,218,203). Sum of RGB (Red+Green+Blue) = 226+218+203=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DACB is #1D2534. Grayscale: #DADADA. Windows color (decimal): -1910069 or 13359842. OLE color: 13359842.
HSL color Cylindrical-coordinate representation of color #E2DACB: hue angle of 39.13º 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 #E2DACB is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 218 | 203 | - |
CMYK | 0 | 0.04 | 0.10 | 0.11 |
HSL | 39.13º | 0.28% | 0.84% | - |
HSV(B) | 39.13º | 0.1% | 0.89% | - |
XYZ | 67.21 | 70.62 | 66.59 | - |
YUV | 218.68 | 119.15 | 133.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 203 | 0 | 0.04 | 0.10 | 0.11 | 39.13 | 0.28 | 0.84 |
Hex | E2 | DA | CB | 0 | 4 | A | B | 27 | 1C | 54 |
Octal | 342 | 332 | 313 | 0 | 4 | 12 | 13 | 47 | 34 | 124 |
Binary | 11100010 | 11011010 | 11001011 | 0 | 100 | 1010 | 1011 | 100111 | 11100 | 1010100 |
Color Harmonies of #E2DACB
Complementary color
Monochromatic Colors of #E2DACB
Black with #E2DACB
Text Example
Text Example
White with #E2DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DACB; }
p { color: rgb(226,218,203); }
H1.HeaderClassName
{
color: #E2DACB;
}
.AnyTagClassName
{
color: #E2DACB;
}
</style>
background-color css
<style>
a { background-color: #E2DACB; }
a { background-color: rgb(226,218,203); }
div.DivClassName
{
background-color: #E2DACB;
}
.BgClassName
{
background-color: #E2DACB;
}
</style>
border-color css
<style>
span { border-color: #E2DACB; }
span { border-color: rgb(226,218,203); }
td.TdClassName
{
border-color: #E2DACB;
}
.TagClassName
{
border-color: #E2DACB;
}
</style>