#E1DFDA

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

Shades of Wan White #E1DFDA

Tints of Wan White #E1DFDA

Color information

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

RGB225223218-
CMYK00.010.030.12
HSL42.86º10.45%86.86%-
HSV(B)42.86º3.11%88.24%-
XYZ70.0973.8476.89-
YUV223.03125.16129.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=33.78%
G=33.48%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522321800.010.030.1242.8610.4586.86
HexE1DFDA013C2ba57
Octal341337332013145312127
Binary1110000111011111110110100111110010101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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