Shades of Albescent White #E2DBCA
Tints of Albescent White #E2DBCA
RGB
CMYK
RGB Variations
Color information
#E2DBCA (or 0xE2DBCA) is known color: Albescent White. HEX triplet: E2, DB and CA. RGB value is (226,219,202). Sum of RGB (Red+Green+Blue) = 226+219+202=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBCA is #1D2435. Grayscale: #DBDBDB. Windows color (decimal): -1909814 or 13294562. OLE color: 13294562.
HSL color Cylindrical-coordinate representation of color #E2DBCA: hue angle of 42.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2DBCA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 219 | 202 | - |
CMYK | 0 | 0.03 | 0.11 | 0.11 |
HSL | 42.5º | 0.29% | 0.84% | - |
HSV(B) | 42.5º | 0.11% | 0.89% | - |
XYZ | 67.36 | 71.1 | 66.05 | - |
YUV | 219.16 | 118.32 | 132.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 219 | 202 | 0 | 0.03 | 0.11 | 0.11 | 42.5 | 0.29 | 0.84 |
Hex | E2 | DB | CA | 0 | 3 | B | B | 2A | 1D | 54 |
Octal | 342 | 333 | 312 | 0 | 3 | 13 | 13 | 52 | 35 | 124 |
Binary | 11100010 | 11011011 | 11001010 | 0 | 11 | 1011 | 1011 | 101010 | 11101 | 1010100 |
Color Harmonies of #E2DBCA
Complementary color
Monochromatic Colors of #E2DBCA
Black with #E2DBCA
Text Example
Text Example
White with #E2DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBCA; }
p { color: rgb(226,219,202); }
H1.HeaderClassName
{
color: #E2DBCA;
}
.AnyTagClassName
{
color: #E2DBCA;
}
</style>
background-color css
<style>
a { background-color: #E2DBCA; }
a { background-color: rgb(226,219,202); }
div.DivClassName
{
background-color: #E2DBCA;
}
.BgClassName
{
background-color: #E2DBCA;
}
</style>
border-color css
<style>
span { border-color: #E2DBCA; }
span { border-color: rgb(226,219,202); }
td.TdClassName
{
border-color: #E2DBCA;
}
.TagClassName
{
border-color: #E2DBCA;
}
</style>