Shades of Albescent White #E2DCCA
Tints of Albescent White #E2DCCA
RGB
CMYK
RGB Variations
Color information
#E2DCCA (or 0xE2DCCA) is known color: Albescent White. HEX triplet: E2, DC and CA. RGB value is (226,220,202). Sum of RGB (Red+Green+Blue) = 226+220+202=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCCA is #1D2335. Grayscale: #DBDBDB. Windows color (decimal): -1909558 or 13294818. OLE color: 13294818.
HSL color Cylindrical-coordinate representation of color #E2DCCA: hue angle of 45º 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 #E2DCCA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 202 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.11 |
| HSL | 45º | 0.29% | 0.84% | - |
| HSV(B) | 45º | 0.11% | 0.89% | - |
| XYZ | 67.62 | 71.62 | 66.14 | - |
| YUV | 219.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 202 | 0 | 0.03 | 0.11 | 0.11 | 45 | 0.29 | 0.84 |
| Hex | E2 | DC | CA | 0 | 3 | B | B | 2D | 1D | 54 |
| Octal | 342 | 334 | 312 | 0 | 3 | 13 | 13 | 55 | 35 | 124 |
| Binary | 11100010 | 11011100 | 11001010 | 0 | 11 | 1011 | 1011 | 101101 | 11101 | 1010100 |
Color Harmonies of #E2DCCA
Complementary color
Monochromatic Colors of #E2DCCA
Black with #E2DCCA
Text Example
Text Example
White with #E2DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCCA; }
p { color: rgb(226,220,202); }
H1.HeaderClassName
{
color: #E2DCCA;
}
.AnyTagClassName
{
color: #E2DCCA;
}
</style>
background-color css
<style>
a { background-color: #E2DCCA; }
a { background-color: rgb(226,220,202); }
div.DivClassName
{
background-color: #E2DCCA;
}
.BgClassName
{
background-color: #E2DCCA;
}
</style>
border-color css
<style>
span { border-color: #E2DCCA; }
span { border-color: rgb(226,220,202); }
td.TdClassName
{
border-color: #E2DCCA;
}
.TagClassName
{
border-color: #E2DCCA;
}
</style>