Shades of Wan White #E5E2DA
Tints of Wan White #E5E2DA
RGB
CMYK
RGB Variations
Color information
#E5E2DA (or 0xE5E2DA) is known color: Wan White. HEX triplet: E5, E2 and DA. RGB value is (229,226,218). Sum of RGB (Red+Green+Blue) = 229+226+218=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2DA is #1A1D25. Grayscale: #E2E2E2. Windows color (decimal): -1711398 or 14344933. OLE color: 14344933.
HSL color Cylindrical-coordinate representation of color #E5E2DA: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5E2DA is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 226 | 218 | - |
CMYK | 0 | 0.01 | 0.05 | 0.10 |
HSL | 43.64º | 0.17% | 0.88% | - |
HSV(B) | 43.64º | 0.05% | 0.9% | - |
XYZ | 72.16 | 76.11 | 77.22 | - |
YUV | 225.99 | 123.49 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 226 | 218 | 0 | 0.01 | 0.05 | 0.10 | 43.64 | 0.17 | 0.88 |
Hex | E5 | E2 | DA | 0 | 1 | 5 | A | 2C | 11 | 58 |
Octal | 345 | 342 | 332 | 0 | 1 | 5 | 12 | 54 | 21 | 130 |
Binary | 11100101 | 11100010 | 11011010 | 0 | 1 | 101 | 1010 | 101100 | 10001 | 1011000 |
Color Harmonies of #E5E2DA
Complementary color
Monochromatic Colors of #E5E2DA
Black with #E5E2DA
Text Example
Text Example
White with #E5E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2DA; }
p { color: rgb(229,226,218); }
H1.HeaderClassName
{
color: #E5E2DA;
}
.AnyTagClassName
{
color: #E5E2DA;
}
</style>
background-color css
<style>
a { background-color: #E5E2DA; }
a { background-color: rgb(229,226,218); }
div.DivClassName
{
background-color: #E5E2DA;
}
.BgClassName
{
background-color: #E5E2DA;
}
</style>
border-color css
<style>
span { border-color: #E5E2DA; }
span { border-color: rgb(229,226,218); }
td.TdClassName
{
border-color: #E5E2DA;
}
.TagClassName
{
border-color: #E5E2DA;
}
</style>