#E7EADC

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

Shades of Black Squeeze #E7EADC

Tints of Black Squeeze #E7EADC

Color information

#E7EADC (or 0xE7EADC) is unknown color: approx Black Squeeze. HEX triplet: E7, EA and DC. RGB value is (231,234,220). Sum of RGB (Red+Green+Blue) = 231+234+220=685 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.72% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EADC is #181523. Grayscale: #E7E7E7. Windows color (decimal): -1578276 or 14478055. OLE color: 14478055.

HSL color Cylindrical-coordinate representation of color #E7EADC: hue angle of 72.86º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7EADC is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB231234220-
CMYK0.0100.060.08
HSL72.86º25%89.02%-
HSV(B)72.86º5.98%91.76%-
XYZ75.38179.38-
YUV231.51121.51127.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.72%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=33.72%
G=34.16%
B=32.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312342200.0100.060.0872.862589.02
HexE7EADC1068491959
Octal3473523341061011131131
Binary1110011111101010110111001011010001001001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EADC; }

 p { color: rgb(231,234,220); }

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

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

 a { background-color: rgb(231,234,220); }

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

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

 span { border-color: rgb(231,234,220); }

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