#E9EBDB

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

Shades of Black Squeeze #E9EBDB

Tints of Black Squeeze #E9EBDB

Color information

#E9EBDB (or 0xE9EBDB) is unknown color: approx Black Squeeze. HEX triplet: E9, EB and DB. RGB value is (233,235,219). Sum of RGB (Red+Green+Blue) = 233+235+219=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #E9EBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EBDB is #161424. Grayscale: #E8E8E8. Windows color (decimal): -1446949 or 14412777. OLE color: 14412777.

HSL color Cylindrical-coordinate representation of color #E9EBDB: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9EBDB is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB233235219-
CMYK0.0100.070.08
HSL67.5º28.57%89.02%-
HSV(B)67.5º6.81%92.16%-
XYZ76.181.8578.81-
YUV232.58120.34128.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.92%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=33.92%
G=34.21%
B=31.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332352190.0100.070.0867.528.5789.02
HexE9EBDB1078441d59
Octal3513533331071010435131
Binary1110100111101011110110111011110001000100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EBDB; }

 p { color: rgb(233,235,219); }

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

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

 a { background-color: rgb(233,235,219); }

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

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

 span { border-color: rgb(233,235,219); }

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