#ECABED

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

Shades of Plum #ECABED

Tints of Plum #ECABED

Color information

#ECABED (or 0xECABED) is unknown color: approx Plum. HEX triplet: EC, AB and ED. RGB value is (236,171,237). Sum of RGB (Red+Green+Blue) = 236+171+237=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABED is #135412. Grayscale: #C5C5C5. Windows color (decimal): -1266707 or 15576044. OLE color: 15576044.

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

Color convert

RGB236171237-
CMYK0.000.2800.07
HSL299.09º64.71%80%-
HSV(B)299.09º27.85%92.94%-
XYZ64.4453.0786.97-
YUV197.96150.03155.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 171 (67.19% from 255) = 26.55%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=36.65%
G=26.55%
B=36.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361712370.000.2800.07299.0964.7180
HexECABED01C0712b4150
Octal35425335503407453101120
Binary111011001010101111101101011100011110010101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABED; }

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

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

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

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

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

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

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

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