#E9ECDE

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

Shades of Black Squeeze #E9ECDE

Tints of Black Squeeze #E9ECDE

Color information

#E9ECDE (or 0xE9ECDE) is unknown color: approx Black Squeeze. HEX triplet: E9, EC and DE. RGB value is (233,236,222). Sum of RGB (Red+Green+Blue) = 233+236+222=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 236 - color contains mainly: green. Hex color #E9ECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9ECDE is #161321. Grayscale: #E9E9E9. Windows color (decimal): -1446690 or 14609641. OLE color: 14609641.

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

Color convert

RGB233236222-
CMYK0.0100.060.07
HSL72.86º26.92%89.8%-
HSV(B)72.86º5.93%92.55%-
XYZ76.7882.5981-
YUV233.51121.51127.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.72%
GREEN value IS 236 (92.58% from 255) = 34.15%
BLUE value IS 222 (87.11% from 255) = 32.13%
R=33.72%
G=34.15%
B=32.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332362220.0100.060.0772.8626.9289.8
HexE9ECDE1067491b5a
Octal351354336106711133132
Binary111010011110110011011110101101111001001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ECDE; }

 p { color: rgb(233,236,222); }

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

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

 a { background-color: rgb(233,236,222); }

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

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

 span { border-color: rgb(233,236,222); }

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