#E8EBDB

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

Shades of Black Squeeze #E8EBDB

Tints of Black Squeeze #E8EBDB

Color information

#E8EBDB (or 0xE8EBDB) is unknown color: approx Black Squeeze. HEX triplet: E8, EB and DB. RGB value is (232,235,219). Sum of RGB (Red+Green+Blue) = 232+235+219=686 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.82% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EBDB is #171424. Grayscale: #E8E8E8. Windows color (decimal): -1512485 or 14412776. OLE color: 14412776.

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

Color convert

RGB232235219-
CMYK0.0100.070.08
HSL71.25º28.57%89.02%-
HSV(B)71.25º6.81%92.16%-
XYZ75.7781.6978.79-
YUV232.28120.51127.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.82%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 219 (85.94% from 255) = 31.92%
R=33.82%
G=34.26%
B=31.92%

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
Decimal2322352190.0100.070.0871.2528.5789.02
HexE8EBDB1078471d59
Octal3503533331071010735131
Binary1110100011101011110110111011110001000111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EBDB; }

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

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

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

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

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

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

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

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