#E5E9DC

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

Shades of Black Squeeze #E5E9DC

Tints of Black Squeeze #E5E9DC

Color information

#E5E9DC (or 0xE5E9DC) is unknown color: approx Black Squeeze. HEX triplet: E5, E9 and DC. RGB value is (229,233,220). Sum of RGB (Red+Green+Blue) = 229+233+220=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E9DC is #1A1623. Grayscale: #E6E6E6. Windows color (decimal): -1709604 or 14477797. OLE color: 14477797.

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

Color convert

RGB229233220-
CMYK0.0200.060.09
HSL78.46º22.81%88.82%-
HSV(B)78.46º5.58%91.37%-
XYZ74.3780.179.25-
YUV230.32122.17127.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.58%
GREEN value IS 233 (91.41% from 255) = 34.16%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=33.58%
G=34.16%
B=32.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292332200.0200.060.0978.4622.8188.82
HexE5E9DC20694e1759
Octal3453513342061111627131
Binary11100101111010011101110010011010011001110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E9DC; }

 p { color: rgb(229,233,220); }

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

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

 a { background-color: rgb(229,233,220); }

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

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

 span { border-color: rgb(229,233,220); }

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