#E8E9DF

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

Shades of Black Squeeze #E8E9DF

Tints of Black Squeeze #E8E9DF

Color information

#E8E9DF (or 0xE8E9DF) is unknown color: approx Black Squeeze. HEX triplet: E8, E9 and DF. RGB value is (232,233,223). Sum of RGB (Red+Green+Blue) = 232+233+223=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 233 - color contains mainly: green. Hex color #E8E9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E9DF is #171620. Grayscale: #E7E7E7. Windows color (decimal): -1512993 or 14674408. OLE color: 14674408.

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

Color convert

RGB232233223-
CMYK0.0000.040.09
HSL66º18.52%89.41%-
HSV(B)66º4.29%91.37%-
XYZ75.7480.7681.41-
YUV231.56123.17128.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.72%
GREEN value IS 233 (91.41% from 255) = 33.87%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=33.72%
G=33.87%
B=32.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322332230.0000.040.096618.5289.41
HexE8E9DF0049421359
Octal3503513370041110223131
Binary1110100011101001110111110010010011000010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E9DF; }

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

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

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

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

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

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

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

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