#ECACED

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

Shades of Plum #ECACED

Tints of Plum #ECACED

Color information

#ECACED (or 0xECACED) is unknown color: approx Plum. HEX triplet: EC, AC and ED. RGB value is (236,172,237). Sum of RGB (Red+Green+Blue) = 236+172+237=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACED is #135312. Grayscale: #C6C6C6. Windows color (decimal): -1266451 or 15576300. OLE color: 15576300.

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

Color convert

RGB236172237-
CMYK0.000.2700.07
HSL299.08º64.36%80.2%-
HSV(B)299.08º27.43%92.94%-
XYZ64.6353.4587.03-
YUV198.55149.7154.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 172 (67.58% from 255) = 26.67%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=36.59%
G=26.67%
B=36.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361722370.000.2700.07299.0864.3680.2
HexECACED01B0712b4050
Octal35425435503307453100120
Binary111011001010110011101101011011011110010101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACED; }

 p { color: rgb(236,172,237); }

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

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

 a { background-color: rgb(236,172,237); }

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

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

 span { border-color: rgb(236,172,237); }

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