#E2DFDB

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

Shades of Vista White #E2DFDB

Tints of Vista White #E2DFDB

Color information

#E2DFDB (or 0xE2DFDB) is unknown color: approx Vista White. HEX triplet: E2, DF and DB. RGB value is (226,223,219). Sum of RGB (Red+Green+Blue) = 226+223+219=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFDB is #1D2024. Grayscale: #DFDFDF. Windows color (decimal): -1908773 or 14409698. OLE color: 14409698.

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

Color convert

RGB226223219-
CMYK00.010.030.11
HSL34.29º10.77%87.25%-
HSV(B)34.29º3.1%88.63%-
XYZ70.5474.0677.59-
YUV223.44125.49129.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.83%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=33.83%
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.11
SystemRedGreenBlueCMYKHSL
Decimal22622321900.010.030.1134.2910.7787.25
HexE2DFDB013B22b57
Octal342337333013134213127
Binary1110001011011111110110110111101110001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFDB; }

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

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

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

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

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

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

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

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