#E5E7DF

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

Shades of Black Squeeze #E5E7DF

Tints of Black Squeeze #E5E7DF

Color information

#E5E7DF (or 0xE5E7DF) is unknown color: approx Black Squeeze. HEX triplet: E5, E7 and DF. RGB value is (229,231,223). Sum of RGB (Red+Green+Blue) = 229+231+223=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E7DF is #1A1820. Grayscale: #E5E5E5. Windows color (decimal): -1710113 or 14673893. OLE color: 14673893.

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

Color convert

RGB229231223-
CMYK0.0100.030.09
HSL75º14.29%89.02%-
HSV(B)75º3.46%90.59%-
XYZ74.2179.1481.18-
YUV229.49124.34127.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.53%
GREEN value IS 231 (90.62% from 255) = 33.82%
BLUE value IS 223 (87.5% from 255) = 32.65%
R=33.53%
G=33.82%
B=32.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292312230.0100.030.097514.2989.02
HexE5E7DF10394be59
Octal3453473371031111316131
Binary11100101111001111101111110111001100101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E7DF; }

 p { color: rgb(229,231,223); }

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

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

 a { background-color: rgb(229,231,223); }

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

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

 span { border-color: rgb(229,231,223); }

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