Shades of Wan White #E0DFDC
Tints of Wan White #E0DFDC
RGB
CMYK
RGB Variations
Color information
#E0DFDC (or 0xE0DFDC) is known color: Wan White. HEX triplet: E0, DF and DC. RGB value is (224,223,220). Sum of RGB (Red+Green+Blue) = 224+223+220=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFDC is #1F2023. Grayscale: #DEDEDE. Windows color (decimal): -2039844 or 14475232. OLE color: 14475232.
HSL color Cylindrical-coordinate representation of color #E0DFDC: hue angle of 45º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0DFDC is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 220 | - |
| CMYK | 0 | 0.00 | 0.02 | 0.12 |
| HSL | 45º | 0.06% | 0.87% | - |
| HSV(B) | 45º | 0.02% | 0.88% | - |
| XYZ | 70.05 | 73.79 | 78.26 | - |
| YUV | 222.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 220 | 0 | 0.00 | 0.02 | 0.12 | 45 | 0.06 | 0.87 |
| Hex | E0 | DF | DC | 0 | 0 | 2 | C | 2D | 6 | 57 |
| Octal | 340 | 337 | 334 | 0 | 0 | 2 | 14 | 55 | 6 | 127 |
| Binary | 11100000 | 11011111 | 11011100 | 0 | 0 | 10 | 1100 | 101101 | 110 | 1010111 |
Color Harmonies of #E0DFDC
Complementary color
Monochromatic Colors of #E0DFDC
Black with #E0DFDC
Text Example
Text Example
White with #E0DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFDC; }
p { color: rgb(224,223,220); }
H1.HeaderClassName
{
color: #E0DFDC;
}
.AnyTagClassName
{
color: #E0DFDC;
}
</style>
background-color css
<style>
a { background-color: #E0DFDC; }
a { background-color: rgb(224,223,220); }
div.DivClassName
{
background-color: #E0DFDC;
}
.BgClassName
{
background-color: #E0DFDC;
}
</style>
border-color css
<style>
span { border-color: #E0DFDC; }
span { border-color: rgb(224,223,220); }
td.TdClassName
{
border-color: #E0DFDC;
}
.TagClassName
{
border-color: #E0DFDC;
}
</style>