#E1DEE0

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

Shades of Prim #E1DEE0

Tints of Prim #E1DEE0

Color information

#E1DEE0 (or 0xE1DEE0) is unknown color: approx Prim. HEX triplet: E1, DE and E0. RGB value is (225,222,224). Sum of RGB (Red+Green+Blue) = 225+222+224=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEE0 is #1E211F. Grayscale: #DFDFDF. Windows color (decimal): -1974560 or 14737121. OLE color: 14737121.

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

Color convert

RGB225222224-
CMYK00.010.000.12
HSL320º4.76%87.65%-
HSV(B)320º1.33%88.24%-
XYZ70.6373.6381.01-
YUV223.12128.49129.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.53%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 224 (87.89% from 255) = 33.38%
R=33.53%
G=33.08%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522222400.010.000.123204.7687.65
HexE1DEE0010C140558
Octal341336340010145005130
Binary11100001110111101110000001011001010000001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEE0; }

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

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

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

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

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

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

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

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