#E0DDD9

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

Shades of Vista White #E0DDD9

Tints of Vista White #E0DDD9

Color information

#E0DDD9 (or 0xE0DDD9) is unknown color: approx Vista White. HEX triplet: E0, DD and D9. RGB value is (224,221,217). Sum of RGB (Red+Green+Blue) = 224+221+217=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDD9 is #1F2226. Grayscale: #DDDDDD. Windows color (decimal): -2040359 or 14278112. OLE color: 14278112.

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

Color convert

RGB224221217-
CMYK00.010.030.12
HSL34.29º10.14%86.47%-
HSV(B)34.29º3.12%87.84%-
XYZ69.1272.5776.01-
YUV221.44125.49129.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 217 (85.16% from 255) = 32.78%
R=33.84%
G=33.38%
B=32.78%

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
Decimal22422121700.010.030.1234.2910.1486.47
HexE0DDD9013C22a56
Octal340335331013144212126
Binary1110000011011101110110010111110010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDD9; }

 p { color: rgb(224,221,217); }

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

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

 a { background-color: rgb(224,221,217); }

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

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

 span { border-color: rgb(224,221,217); }

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