#ECAEF0

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

Shades of Plum #ECAEF0

Tints of Plum #ECAEF0

Color information

#ECAEF0 (or 0xECAEF0) is unknown color: approx Plum. HEX triplet: EC, AE and F0. RGB value is (236,174,240). Sum of RGB (Red+Green+Blue) = 236+174+240=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECAEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEF0 is #13510F. Grayscale: #C7C7C7. Windows color (decimal): -1265936 or 15773420. OLE color: 15773420.

HSL color Cylindrical-coordinate representation of color #ECAEF0: hue angle of 296.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAEF0 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236174240-
CMYK0.020.2800.06
HSL296.36º68.75%81.18%-
HSV(B)296.36º27.5%94.12%-
XYZ65.4654.489.49-
YUV200.06150.54153.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=36.31%
G=26.77%
B=36.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361742400.020.2800.06296.3668.7581.18
HexECAEF021C061284551
Octal35425636023406450105121
Binary1110110010101110111100001011100011010010100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEF0; }

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

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

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

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

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

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

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

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