#E7E8DB

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

Shades of Black Squeeze #E7E8DB

Tints of Black Squeeze #E7E8DB

Color information

#E7E8DB (or 0xE7E8DB) is unknown color: approx Black Squeeze. HEX triplet: E7, E8 and DB. RGB value is (231,232,219). Sum of RGB (Red+Green+Blue) = 231+232+219=682 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.87% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 232 - color contains mainly: green. Hex color #E7E8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E8DB is #181724. Grayscale: #E6E6E6. Windows color (decimal): -1578789 or 14412007. OLE color: 14412007.

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

Color convert

RGB231232219-
CMYK0.0000.060.09
HSL64.62º22.03%88.43%-
HSV(B)64.62º5.6%90.98%-
XYZ74.679.8278.49-
YUV230.22121.67128.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.87%
GREEN value IS 232 (91.02% from 255) = 34.02%
BLUE value IS 219 (85.94% from 255) = 32.11%
R=33.87%
G=34.02%
B=32.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312322190.0000.060.0964.6222.0388.43
HexE7E8DB0069411658
Octal3473503330061110126130
Binary1110011111101000110110110011010011000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E8DB; }

 p { color: rgb(231,232,219); }

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

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

 a { background-color: rgb(231,232,219); }

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

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

 span { border-color: rgb(231,232,219); }

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