#E1DED9

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

Shades of Vista White #E1DED9

Tints of Vista White #E1DED9

Color information

#E1DED9 (or 0xE1DED9) is unknown color: approx Vista White. HEX triplet: E1, DE and D9. RGB value is (225,222,217). Sum of RGB (Red+Green+Blue) = 225+222+217=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DED9 is #1E2126. Grayscale: #DEDEDE. Windows color (decimal): -1974567 or 14278369. OLE color: 14278369.

HSL color Cylindrical-coordinate representation of color #E1DED9: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1DED9 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225222217-
CMYK00.010.040.12
HSL37.5º11.76%86.67%-
HSV(B)37.5º3.56%88.24%-
XYZ69.773.2676.11-
YUV222.33124.99129.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 217 (85.16% from 255) = 32.68%
R=33.89%
G=33.43%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522221700.010.040.1237.511.7686.67
HexE1DED9014C26c57
Octal341336331014144614127
Binary11100001110111101101100101100110010011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DED9; }

 p { color: rgb(225,222,217); }

 H1.HeaderClassName
 {
   color: #E1DED9;
 }
 .AnyTagClassName
 {
   color: #E1DED9;
 }
</style>
background-color css

<style>
 a { background-color: #E1DED9; }

 a { background-color: rgb(225,222,217); }

 div.DivClassName
 {
   background-color: #E1DED9;
 }
 .BgClassName
 {
   background-color: #E1DED9;
 }
</style>
border-color css

<style>
 span { border-color: #E1DED9; }

 span { border-color: rgb(225,222,217); }

 td.TdClassName
 {
   border-color: #E1DED9;
 }
 .TagClassName
 {
   border-color: #E1DED9;
 }
</style>