#E5E8DE

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

Shades of Black Squeeze #E5E8DE

Tints of Black Squeeze #E5E8DE

Color information

#E5E8DE (or 0xE5E8DE) is unknown color: approx Black Squeeze. HEX triplet: E5, E8 and DE. RGB value is (229,232,222). Sum of RGB (Red+Green+Blue) = 229+232+222=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 232 (91.02% from 255 or 33.97% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E8DE is #1A1721. Grayscale: #E6E6E6. Windows color (decimal): -1709858 or 14608613. OLE color: 14608613.

HSL color Cylindrical-coordinate representation of color #E5E8DE: hue angle of 78º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5E8DE is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB229232222-
CMYK0.0100.040.09
HSL78º17.86%89.02%-
HSV(B)78º4.31%90.98%-
XYZ74.3579.6580.56-
YUV229.96123.51127.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.53%
GREEN value IS 232 (91.02% from 255) = 33.97%
BLUE value IS 222 (87.11% from 255) = 32.50%
R=33.53%
G=33.97%
B=32.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292322220.0100.040.097817.8689.02
HexE5E8DE10494e1259
Octal3453503361041111622131
Binary1110010111101000110111101010010011001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E8DE; }

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

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

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

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

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

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

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

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