#E5DEE1

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

Shades of Prim #E5DEE1

Tints of Prim #E5DEE1

Color information

#E5DEE1 (or 0xE5DEE1) is unknown color: approx Prim. HEX triplet: E5, DE and E1. RGB value is (229,222,225). Sum of RGB (Red+Green+Blue) = 229+222+225=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEE1 is #1A211E. Grayscale: #E0E0E0. Windows color (decimal): -1712415 or 14802661. OLE color: 14802661.

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

Color convert

RGB229222225-
CMYK00.030.020.10
HSL334.29º11.86%88.43%-
HSV(B)334.29º3.06%89.8%-
XYZ72.0274.3481.79-
YUV224.44128.32131.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.88%
GREEN value IS 222 (87.11% from 255) = 32.84%
BLUE value IS 225 (88.28% from 255) = 33.28%
R=33.88%
G=32.84%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922222500.030.020.10334.2911.8688.43
HexE5DEE1032A14ec58
Octal3453363410321251614130
Binary11100101110111101110000101110101010100111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEE1; }

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

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

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

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

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

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

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

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