#ECADE8

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

Shades of Plum #ECADE8

Tints of Plum #ECADE8

Color information

#ECADE8 (or 0xECADE8) is unknown color: approx Plum. HEX triplet: EC, AD and E8. RGB value is (236,173,232). Sum of RGB (Red+Green+Blue) = 236+173+232=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADE8 is #135217. Grayscale: #C6C6C6. Windows color (decimal): -1266200 or 15248876. OLE color: 15248876.

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

Color convert

RGB236173232-
CMYK00.270.020.07
HSL303.81º62.38%80.2%-
HSV(B)303.81º26.69%92.55%-
XYZ64.153.5583.3-
YUV198.56146.87154.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=36.82%
G=26.99%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617323200.270.020.07303.8162.3880.2
HexECADE801B271303e50
Octal3542553500332746076120
Binary111011001010110111101000011011101111001100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADE8; }

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

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

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

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

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

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

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

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