#E2DDD6

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

Shades of Vista White #E2DDD6

Tints of Vista White #E2DDD6

Color information

#E2DDD6 (or 0xE2DDD6) is unknown color: approx Vista White. HEX triplet: E2, DD and D6. RGB value is (226,221,214). Sum of RGB (Red+Green+Blue) = 226+221+214=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDD6 is #1D2229. Grayscale: #DDDDDD. Windows color (decimal): -1909290 or 14081506. OLE color: 14081506.

HSL color Cylindrical-coordinate representation of color #E2DDD6: hue angle of 35º degrees, saturation: 0.17, 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 #E2DDD6 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB226221214-
CMYK00.020.050.11
HSL35º17.14%86.27%-
HSV(B)35º5.31%88.63%-
XYZ69.3672.7474-
YUV221.7123.66131.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.19%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 214 (83.98% from 255) = 32.38%
R=34.19%
G=33.43%
B=32.38%

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
Decimal22622121400.020.050.113517.1486.27
HexE2DDD6025B231156
Octal342335326025134321126
Binary1110001011011101110101100101011011100011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDD6; }

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

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

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

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

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

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

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

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