#E8EADB

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

Shades of Black Squeeze #E8EADB

Tints of Black Squeeze #E8EADB

Color information

#E8EADB (or 0xE8EADB) is unknown color: approx Black Squeeze. HEX triplet: E8, EA and DB. RGB value is (232,234,219). Sum of RGB (Red+Green+Blue) = 232+234+219=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EADB is #171524. Grayscale: #E7E7E7. Windows color (decimal): -1512741 or 14412520. OLE color: 14412520.

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

Color convert

RGB232234219-
CMYK0.0100.060.08
HSL68º26.32%88.82%-
HSV(B)68º6.41%91.76%-
XYZ75.4981.1278.7-
YUV231.69120.84128.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.87%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=33.87%
G=34.16%
B=31.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322342190.0100.060.086826.3288.82
HexE8EADB1068441a59
Octal3503523331061010432131
Binary1110100011101010110110111011010001000100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EADB; }

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

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

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

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

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

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

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

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