#ECAEED

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

Shades of Plum #ECAEED

Tints of Plum #ECAEED

Color information

#ECAEED (or 0xECAEED) is unknown color: approx Plum. HEX triplet: EC, AE and ED. RGB value is (236,174,237). Sum of RGB (Red+Green+Blue) = 236+174+237=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECAEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEED is #135112. Grayscale: #C7C7C7. Windows color (decimal): -1265939 or 15576812. OLE color: 15576812.

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

Color convert

RGB236174237-
CMYK0.000.2700.07
HSL299.05º63.64%80.59%-
HSV(B)299.05º26.58%92.94%-
XYZ65.0154.2287.16-
YUV199.72149.04153.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 174 (68.36% from 255) = 26.89%
BLUE value IS 237 (92.97% from 255) = 36.63%
R=36.48%
G=26.89%
B=36.63%

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
Decimal2361742370.000.2700.07299.0563.6480.59
HexECAEED01B0712b4051
Octal35425635503307453100121
Binary111011001010111011101101011011011110010101110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEED; }

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

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

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

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

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

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

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

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