#E7E2DA

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

Shades of Vista White #E7E2DA

Tints of Vista White #E7E2DA

Color information

#E7E2DA (or 0xE7E2DA) is unknown color: approx Vista White. HEX triplet: E7, E2 and DA. RGB value is (231,226,218). Sum of RGB (Red+Green+Blue) = 231+226+218=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2DA is #181D25. Grayscale: #E2E2E2. Windows color (decimal): -1580326 or 14344935. OLE color: 14344935.

HSL color Cylindrical-coordinate representation of color #E7E2DA: hue angle of 36.92º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7E2DA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231226218-
CMYK00.020.060.09
HSL36.92º21.31%88.04%-
HSV(B)36.92º5.63%90.59%-
XYZ72.8176.4477.25-
YUV226.58123.16131.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.22%
GREEN value IS 226 (88.67% from 255) = 33.48%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=34.22%
G=33.48%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122621800.020.060.0936.9221.3188.04
HexE7E2DA0269251558
Octal347342332026114525130
Binary1110011111100010110110100101101001100101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E2DA; }

 p { color: rgb(231,226,218); }

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

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

 a { background-color: rgb(231,226,218); }

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

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

 span { border-color: rgb(231,226,218); }

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