Shades of Wan White #E1DFDA
Tints of Wan White #E1DFDA
RGB
CMYK
RGB Variations
Color information
#E1DFDA (or 0xE1DFDA) is known color: Wan White. HEX triplet: E1, DF and DA. RGB value is (225,223,218). Sum of RGB (Red+Green+Blue) = 225+223+218=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFDA is #1E2025. Grayscale: #DFDFDF. Windows color (decimal): -1974310 or 14344161. OLE color: 14344161.
HSL color Cylindrical-coordinate representation of color #E1DFDA: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DFDA is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 218 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.12 |
| HSL | 42.86º | 0.1% | 0.87% | - |
| HSV(B) | 42.86º | 0.03% | 0.88% | - |
| XYZ | 70.09 | 73.84 | 76.89 | - |
| YUV | 223.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 218 | 0 | 0.01 | 0.03 | 0.12 | 42.86 | 0.1 | 0.87 |
| Hex | E1 | DF | DA | 0 | 1 | 3 | C | 2B | A | 57 |
| Octal | 341 | 337 | 332 | 0 | 1 | 3 | 14 | 53 | 12 | 127 |
| Binary | 11100001 | 11011111 | 11011010 | 0 | 1 | 11 | 1100 | 101011 | 1010 | 1010111 |
Color Harmonies of #E1DFDA
Complementary color
Monochromatic Colors of #E1DFDA
Black with #E1DFDA
Text Example
Text Example
White with #E1DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFDA; }
p { color: rgb(225,223,218); }
H1.HeaderClassName
{
color: #E1DFDA;
}
.AnyTagClassName
{
color: #E1DFDA;
}
</style>
background-color css
<style>
a { background-color: #E1DFDA; }
a { background-color: rgb(225,223,218); }
div.DivClassName
{
background-color: #E1DFDA;
}
.BgClassName
{
background-color: #E1DFDA;
}
</style>
border-color css
<style>
span { border-color: #E1DFDA; }
span { border-color: rgb(225,223,218); }
td.TdClassName
{
border-color: #E1DFDA;
}
.TagClassName
{
border-color: #E1DFDA;
}
</style>