#E7E9DC

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

Shades of Black Squeeze #E7E9DC

Tints of Black Squeeze #E7E9DC

Color information

#E7E9DC (or 0xE7E9DC) is unknown color: approx Black Squeeze. HEX triplet: E7, E9 and DC. RGB value is (231,233,220). Sum of RGB (Red+Green+Blue) = 231+233+220=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 233 - color contains mainly: green. Hex color #E7E9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E9DC is #181623. Grayscale: #E6E6E6. Windows color (decimal): -1578532 or 14477799. OLE color: 14477799.

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

Color convert

RGB231233220-
CMYK0.0100.060.09
HSL69.23º22.81%88.82%-
HSV(B)69.23º5.58%91.37%-
XYZ75.0180.4379.28-
YUV230.92121.84128.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.77%
GREEN value IS 233 (91.41% from 255) = 34.06%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=33.77%
G=34.06%
B=32.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312332200.0100.060.0969.2322.8188.82
HexE7E9DC1069451759
Octal3473513341061110527131
Binary1110011111101001110111001011010011000101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E9DC; }

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

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

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

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

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

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

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

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