#E5DEE2

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

Shades of Prim #E5DEE2

Tints of Prim #E5DEE2

Color information

#E5DEE2 (or 0xE5DEE2) is unknown color: approx Prim. HEX triplet: E5, DE and E2. RGB value is (229,222,226). Sum of RGB (Red+Green+Blue) = 229+222+226=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEE2 is #1A211D. Grayscale: #E0E0E0. Windows color (decimal): -1712414 or 14868197. OLE color: 14868197.

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

Color convert

RGB229222226-
CMYK00.030.010.10
HSL325.71º11.86%88.43%-
HSV(B)325.71º3.06%89.8%-
XYZ72.1674.3982.51-
YUV224.55128.82131.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.83%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 226 (88.67% from 255) = 33.38%
R=33.83%
G=32.79%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922222600.030.010.10325.7111.8688.43
HexE5DEE2031A146c58
Octal3453363420311250614130
Binary1110010111011110111000100111101010100011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEE2; }

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

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

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

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

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

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

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

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