#E0DFDC

Color #E0DFDC Wan White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wan White #E0DFDC

Tints of Wan White #E0DFDC

Color information

#E0DFDC (or 0xE0DFDC) is unknown color: approx 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

RGB224223220-
CMYK00.000.020.12
HSL45º6.06%87.06%-
HSV(B)45º1.79%87.84%-
XYZ70.0573.7978.26-
YUV222.96126.33128.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 33.58%
GREEN value IS 223 (87.5% from 255) = 33.43%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=33.58%
G=33.43%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422322000.000.020.12456.0687.06
HexE0DFDC002C2d657
Octal34033733400214556127
Binary111000001101111111011100001011001011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>