#E5E1DC

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

Shades of Vista White #E5E1DC

Tints of Vista White #E5E1DC

Color information

#E5E1DC (or 0xE5E1DC) is unknown color: approx Vista White. HEX triplet: E5, E1 and DC. RGB value is (229,225,220). Sum of RGB (Red+Green+Blue) = 229+225+220=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1DC is #1A1E23. Grayscale: #E1E1E1. Windows color (decimal): -1711652 or 14475749. OLE color: 14475749.

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

Color convert

RGB229225220-
CMYK00.020.040.10
HSL33.33º14.75%88.04%-
HSV(B)33.33º3.93%89.8%-
XYZ72.1675.6878.51-
YUV225.63124.83130.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.98%
GREEN value IS 225 (88.28% from 255) = 33.38%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=33.98%
G=33.38%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922522000.020.040.1033.3314.7588.04
HexE5E1DC024A21f58
Octal345341334024124117130
Binary111001011110000111011100010100101010000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E1DC; }

 p { color: rgb(229,225,220); }

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

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

 a { background-color: rgb(229,225,220); }

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

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

 span { border-color: rgb(229,225,220); }

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