#E7ECD6

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

Shades of Black Squeeze #E7ECD6

Tints of Black Squeeze #E7ECD6

Color information

#E7ECD6 (or 0xE7ECD6) is unknown color: approx Black Squeeze. HEX triplet: E7, EC and D6. RGB value is (231,236,214). Sum of RGB (Red+Green+Blue) = 231+236+214=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 214 (83.98% from 255 or 31.42% from 681); Max value from RGB is 236 - color contains mainly: green. Hex color #E7ECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7ECD6 is #181329. Grayscale: #E8E8E8. Windows color (decimal): -1577770 or 14085351. OLE color: 14085351.

HSL color Cylindrical-coordinate representation of color #E7ECD6: hue angle of 73.64º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7ECD6 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB231236214-
CMYK0.0200.090.07
HSL73.64º36.67%88.24%-
HSV(B)73.64º9.32%92.55%-
XYZ75.0981.8375.46-
YUV232117.84127.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.92%
GREEN value IS 236 (92.58% from 255) = 34.65%
BLUE value IS 214 (83.98% from 255) = 31.42%
R=33.92%
G=34.65%
B=31.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312362140.0200.090.0773.6436.6788.24
HexE7ECD620974a2558
Octal3473543262011711245130
Binary111001111110110011010110100100111110010101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ECD6; }

 p { color: rgb(231,236,214); }

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

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

 a { background-color: rgb(231,236,214); }

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

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

 span { border-color: rgb(231,236,214); }

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