#E7EBDC

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

Shades of Black Squeeze #E7EBDC

Tints of Black Squeeze #E7EBDC

Color information

#E7EBDC (or 0xE7EBDC) is unknown color: approx Black Squeeze. HEX triplet: E7, EB and DC. RGB value is (231,235,220). Sum of RGB (Red+Green+Blue) = 231+235+220=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 235 - color contains mainly: green. Hex color #E7EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EBDC is #181423. Grayscale: #E8E8E8. Windows color (decimal): -1578020 or 14478311. OLE color: 14478311.

HSL color Cylindrical-coordinate representation of color #E7EBDC: hue angle of 76º degrees, saturation: 0.27, 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 #E7EBDC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB231235220-
CMYK0.0200.060.08
HSL76º27.27%89.22%-
HSV(B)76º6.38%92.16%-
XYZ75.5881.5779.47-
YUV232.09121.17127.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.67%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 220 (86.33% from 255) = 32.07%
R=33.67%
G=34.26%
B=32.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312352200.0200.060.087627.2789.22
HexE7EBDC20684c1b59
Octal3473533342061011433131
Binary11100111111010111101110010011010001001100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EBDC; }

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

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

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

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

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

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

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

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