#E2DFDA

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

Shades of Vista White #E2DFDA

Tints of Vista White #E2DFDA

Color information

#E2DFDA (or 0xE2DFDA) is unknown color: approx Vista White. HEX triplet: E2, DF and DA. RGB value is (226,223,218). Sum of RGB (Red+Green+Blue) = 226+223+218=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFDA is #1D2025. Grayscale: #DFDFDF. Windows color (decimal): -1908774 or 14344162. OLE color: 14344162.

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

Color convert

RGB226223218-
CMYK00.010.040.11
HSL37.5º12.12%87.06%-
HSV(B)37.5º3.54%88.63%-
XYZ70.4174.0176.9-
YUV223.33124.99129.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 223 (87.5% from 255) = 33.43%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=33.88%
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.11
SystemRedGreenBlueCMYKHSL
Decimal22622321800.010.040.1137.512.1287.06
HexE2DFDA014B26c57
Octal342337332014134614127
Binary11100010110111111101101001100101110011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFDA; }

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

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

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

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

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

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

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

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