#E8ECDA

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

Shades of Black Squeeze #E8ECDA

Tints of Black Squeeze #E8ECDA

Color information

#E8ECDA (or 0xE8ECDA) is unknown color: approx Black Squeeze. HEX triplet: E8, EC and DA. RGB value is (232,236,218). Sum of RGB (Red+Green+Blue) = 232+236+218=686 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.82% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 236 - color contains mainly: green. Hex color #E8ECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8ECDA is #171325. Grayscale: #E8E8E8. Windows color (decimal): -1512230 or 14347496. OLE color: 14347496.

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

Color convert

RGB232236218-
CMYK0.0200.080.07
HSL73.33º32.14%89.02%-
HSV(B)73.33º7.63%92.55%-
XYZ75.9382.2178.2-
YUV232.75119.67127.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.82%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=33.82%
G=34.40%
B=31.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322362180.0200.080.0773.3332.1489.02
HexE8ECDA2087492059
Octal3503543322010711140131
Binary111010001110110011011010100100011110010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ECDA; }

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

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

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

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

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

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

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

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