#E1DDD7

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

Shades of Vista White #E1DDD7

Tints of Vista White #E1DDD7

Color information

#E1DDD7 (or 0xE1DDD7) is unknown color: approx Vista White. HEX triplet: E1, DD and D7. RGB value is (225,221,215). Sum of RGB (Red+Green+Blue) = 225+221+215=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDD7 is #1E2228. Grayscale: #DDDDDD. Windows color (decimal): -1974825 or 14147041. OLE color: 14147041.

HSL color Cylindrical-coordinate representation of color #E1DDD7: hue angle of 36º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1DDD7 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225221215-
CMYK00.020.040.12
HSL36º14.29%86.27%-
HSV(B)36º4.44%88.24%-
XYZ69.1772.6374.66-
YUV221.51124.33130.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.04%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=34.04%
G=33.43%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522121500.020.040.123614.2986.27
HexE1DDD7024C24e56
Octal341335327024144416126
Binary111000011101110111010111010100110010010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDD7; }

 p { color: rgb(225,221,215); }

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

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

 a { background-color: rgb(225,221,215); }

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

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

 span { border-color: rgb(225,221,215); }

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