#E8ECDD

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

Shades of Black Squeeze #E8ECDD

Tints of Black Squeeze #E8ECDD

Color information

#E8ECDD (or 0xE8ECDD) is unknown color: approx Black Squeeze. HEX triplet: E8, EC and DD. RGB value is (232,236,221). Sum of RGB (Red+Green+Blue) = 232+236+221=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 236 - color contains mainly: green. Hex color #E8ECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8ECDD is #171322. Grayscale: #E9E9E9. Windows color (decimal): -1512227 or 14544104. OLE color: 14544104.

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

Color convert

RGB232236221-
CMYK0.0200.060.07
HSL76º28.3%89.61%-
HSV(B)76º6.36%92.55%-
XYZ76.3382.3780.28-
YUV233.09121.17127.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.67%
GREEN value IS 236 (92.58% from 255) = 34.25%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=33.67%
G=34.25%
B=32.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322362210.0200.060.077628.389.61
HexE8ECDD20674c1c5a
Octal350354335206711434132
Binary1110100011101100110111011001101111001100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ECDD; }

 p { color: rgb(232,236,221); }

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

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

 a { background-color: rgb(232,236,221); }

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

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

 span { border-color: rgb(232,236,221); }

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