#E2DDD7

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

Shades of Vista White #E2DDD7

Tints of Vista White #E2DDD7

Color information

#E2DDD7 (or 0xE2DDD7) is unknown color: approx Vista White. HEX triplet: E2, DD and D7. RGB value is (226,221,215). Sum of RGB (Red+Green+Blue) = 226+221+215=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDD7 is #1D2228. Grayscale: #DDDDDD. Windows color (decimal): -1909289 or 14147042. OLE color: 14147042.

HSL color Cylindrical-coordinate representation of color #E2DDD7: hue angle of 32.73º degrees, saturation: 0.16, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2DDD7 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB226221215-
CMYK00.020.050.11
HSL32.73º15.94%86.47%-
HSV(B)32.73º4.87%88.63%-
XYZ69.4972.7974.68-
YUV221.81124.16130.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.14%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 215 (84.38% from 255) = 32.48%
R=34.14%
G=33.38%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622121500.020.050.1132.7315.9486.47
HexE2DDD7025B211056
Octal342335327025134120126
Binary1110001011011101110101110101011011100001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDD7; }

 p { color: rgb(226,221,215); }

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

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

 a { background-color: rgb(226,221,215); }

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

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

 span { border-color: rgb(226,221,215); }

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