#E5E7DD

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

Shades of Black Squeeze #E5E7DD

Tints of Black Squeeze #E5E7DD

Color information

#E5E7DD (or 0xE5E7DD) is unknown color: approx Black Squeeze. HEX triplet: E5, E7 and DD. RGB value is (229,231,221). Sum of RGB (Red+Green+Blue) = 229+231+221=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 231 (90.62% from 255 or 33.92% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E7DD is #1A1822. Grayscale: #E5E5E5. Windows color (decimal): -1710115 or 14542821. OLE color: 14542821.

HSL color Cylindrical-coordinate representation of color #E5E7DD: hue angle of 72º degrees, saturation: 0.17, 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 #E5E7DD is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB229231221-
CMYK0.0100.040.09
HSL72º17.24%88.63%-
HSV(B)72º4.33%90.59%-
XYZ73.9479.0379.76-
YUV229.26123.34127.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.63%
GREEN value IS 231 (90.62% from 255) = 33.92%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=33.63%
G=33.92%
B=32.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292312210.0100.040.097217.2488.63
HexE5E7DD1049481159
Octal3453473351041111021131
Binary1110010111100111110111011010010011001000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E7DD; }

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

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

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

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

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

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

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

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