#E4E5DB

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

Shades of Black Squeeze #E4E5DB

Tints of Black Squeeze #E4E5DB

Color information

#E4E5DB (or 0xE4E5DB) is unknown color: approx Black Squeeze. HEX triplet: E4, E5 and DB. RGB value is (228,229,219). Sum of RGB (Red+Green+Blue) = 228+229+219=676 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.73% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 229 - color contains mainly: green. Hex color #E4E5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E5DB is #1B1A24. Grayscale: #E3E3E3. Windows color (decimal): -1776165 or 14411236. OLE color: 14411236.

HSL color Cylindrical-coordinate representation of color #E4E5DB: hue angle of 66º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4E5DB is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB228229219-
CMYK0.0000.040.10
HSL66º16.13%87.84%-
HSV(B)66º4.37%89.8%-
XYZ72.877.6578.17-
YUV227.56123.17128.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.73%
GREEN value IS 229 (89.84% from 255) = 33.88%
BLUE value IS 219 (85.94% from 255) = 32.40%
R=33.73%
G=33.88%
B=32.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2282292190.0000.040.106616.1387.84
HexE4E5DB004A421058
Octal3443453330041210220130
Binary1110010011100101110110110010010101000010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E5DB; }

 p { color: rgb(228,229,219); }

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

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

 a { background-color: rgb(228,229,219); }

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

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

 span { border-color: rgb(228,229,219); }

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