#E1DEDA

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

Shades of Vista White #E1DEDA

Tints of Vista White #E1DEDA

Color information

#E1DEDA (or 0xE1DEDA) is unknown color: approx Vista White. HEX triplet: E1, DE and DA. RGB value is (225,222,218). Sum of RGB (Red+Green+Blue) = 225+222+218=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEDA is #1E2125. Grayscale: #DEDEDE. Windows color (decimal): -1974566 or 14343905. OLE color: 14343905.

HSL color Cylindrical-coordinate representation of color #E1DEDA: hue angle of 34.29º degrees, saturation: 0.1, 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 #E1DEDA is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225222218-
CMYK00.010.030.12
HSL34.29º10.45%86.86%-
HSV(B)34.29º3.11%88.24%-
XYZ69.8373.3176.8-
YUV222.44125.49129.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.83%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 218 (85.55% 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.12
SystemRedGreenBlueCMYKHSL
Decimal22522221800.010.030.1234.2910.4586.86
HexE1DEDA013C22a57
Octal341336332013144212127
Binary1110000111011110110110100111110010001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEDA; }

 p { color: rgb(225,222,218); }

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

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

 a { background-color: rgb(225,222,218); }

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

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

 span { border-color: rgb(225,222,218); }

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