#E8E9DC

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

Shades of Black Squeeze #E8E9DC

Tints of Black Squeeze #E8E9DC

Color information

#E8E9DC (or 0xE8E9DC) is unknown color: approx Black Squeeze. HEX triplet: E8, E9 and DC. RGB value is (232,233,220). Sum of RGB (Red+Green+Blue) = 232+233+220=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 233 - color contains mainly: green. Hex color #E8E9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E9DC is #171623. Grayscale: #E7E7E7. Windows color (decimal): -1512996 or 14477800. OLE color: 14477800.

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

Color convert

RGB232233220-
CMYK0.0000.060.09
HSL64.62º22.81%88.82%-
HSV(B)64.62º5.58%91.37%-
XYZ75.3480.679.3-
YUV231.22121.67128.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.87%
GREEN value IS 233 (91.41% from 255) = 34.01%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=33.87%
G=34.01%
B=32.12%

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
Decimal2322332200.0000.060.0964.6222.8188.82
HexE8E9DC0069411759
Octal3503513340061110127131
Binary1110100011101001110111000011010011000001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E9DC; }

 p { color: rgb(232,233,220); }

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

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

 a { background-color: rgb(232,233,220); }

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

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

 span { border-color: rgb(232,233,220); }

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