Shades of Albescent White #E2DAC5
Tints of Albescent White #E2DAC5
RGB
CMYK
RGB Variations
Color information
#E2DAC5 (or 0xE2DAC5) is known color: Albescent White. HEX triplet: E2, DA and C5. RGB value is (226,218,197). Sum of RGB (Red+Green+Blue) = 226+218+197=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DAC5 is #1D253A. Grayscale: #DADADA. Windows color (decimal): -1910075 or 12966626. OLE color: 12966626.
HSL color Cylindrical-coordinate representation of color #E2DAC5: hue angle of 43.45º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DAC5 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 218 | 197 | - |
CMYK | 0 | 0.04 | 0.13 | 0.11 |
HSL | 43.45º | 0.33% | 0.83% | - |
HSV(B) | 43.45º | 0.13% | 0.89% | - |
XYZ | 66.51 | 70.34 | 62.9 | - |
YUV | 218 | 116.15 | 133.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 197 | 0 | 0.04 | 0.13 | 0.11 | 43.45 | 0.33 | 0.83 |
Hex | E2 | DA | C5 | 0 | 4 | D | B | 2B | 21 | 53 |
Octal | 342 | 332 | 305 | 0 | 4 | 15 | 13 | 53 | 41 | 123 |
Binary | 11100010 | 11011010 | 11000101 | 0 | 100 | 1101 | 1011 | 101011 | 100001 | 1010011 |
Color Harmonies of #E2DAC5
Complementary color
Monochromatic Colors of #E2DAC5
Black with #E2DAC5
Text Example
Text Example
White with #E2DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAC5; }
p { color: rgb(226,218,197); }
H1.HeaderClassName
{
color: #E2DAC5;
}
.AnyTagClassName
{
color: #E2DAC5;
}
</style>
background-color css
<style>
a { background-color: #E2DAC5; }
a { background-color: rgb(226,218,197); }
div.DivClassName
{
background-color: #E2DAC5;
}
.BgClassName
{
background-color: #E2DAC5;
}
</style>
border-color css
<style>
span { border-color: #E2DAC5; }
span { border-color: rgb(226,218,197); }
td.TdClassName
{
border-color: #E2DAC5;
}
.TagClassName
{
border-color: #E2DAC5;
}
</style>