#ECADEE

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

Shades of Plum #ECADEE

Tints of Plum #ECADEE

Color information

#ECADEE (or 0xECADEE) is unknown color: approx Plum. HEX triplet: EC, AD and EE. RGB value is (236,173,238). Sum of RGB (Red+Green+Blue) = 236+173+238=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADEE is #135211. Grayscale: #C7C7C7. Windows color (decimal): -1266194 or 15642092. OLE color: 15642092.

HSL color Cylindrical-coordinate representation of color #ECADEE: hue angle of 298.15º degrees, saturation: 0.66, 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 #ECADEE is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236173238-
CMYK0.010.2700.07
HSL298.15º65.66%80.59%-
HSV(B)298.15º27.31%93.33%-
XYZ64.9753.8987.87-
YUV199.25149.87154.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 173 (67.97% from 255) = 26.74%
BLUE value IS 238 (93.36% from 255) = 36.79%
R=36.48%
G=26.74%
B=36.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361732380.010.2700.07298.1565.6680.59
HexECADEE11B0712a4251
Octal35425535613307452102121
Binary111011001010110111101110111011011110010101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADEE; }

 p { color: rgb(236,173,238); }

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

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

 a { background-color: rgb(236,173,238); }

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

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

 span { border-color: rgb(236,173,238); }

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