#E1DFDB

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

Shades of Vista White #E1DFDB

Tints of Vista White #E1DFDB

Color information

#E1DFDB (or 0xE1DFDB) is unknown color: approx Vista White. HEX triplet: E1, DF and DB. RGB value is (225,223,219). Sum of RGB (Red+Green+Blue) = 225+223+219=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFDB is #1E2024. Grayscale: #DFDFDF. Windows color (decimal): -1974309 or 14409697. OLE color: 14409697.

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

Color convert

RGB225223219-
CMYK00.010.030.12
HSL40º9.09%87.06%-
HSV(B)40º2.67%88.24%-
XYZ70.2373.977.58-
YUV223.14125.66129.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.73%
GREEN value IS 223 (87.5% from 255) = 33.43%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=33.73%
G=33.43%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522321900.010.030.12409.0987.06
HexE1DFDB013C28957
Octal341337333013145011127
Binary1110000111011111110110110111110010100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFDB; }

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

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

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

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

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

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

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

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