#ECAFF2

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

Shades of Plum #ECAFF2

Tints of Plum #ECAFF2

Color information

#ECAFF2 (or 0xECAFF2) is unknown color: approx Plum. HEX triplet: EC, AF and F2. RGB value is (236,175,242). Sum of RGB (Red+Green+Blue) = 236+175+242=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFF2 is #13500D. Grayscale: #C8C8C8. Windows color (decimal): -1265678 or 15904748. OLE color: 15904748.

HSL color Cylindrical-coordinate representation of color #ECAFF2: hue angle of 294.63º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAFF2 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236175242-
CMYK0.020.2800.05
HSL294.63º72.04%81.76%-
HSV(B)294.63º27.69%94.9%-
XYZ65.9554.991.13-
YUV200.88151.21153.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 242 (94.92% from 255) = 37.06%
R=36.14%
G=26.80%
B=37.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361752420.020.2800.05294.6372.0481.76
HexECAFF221C051274852
Octal35425736223405447110122
Binary1110110010101111111100101011100010110010011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFF2; }

 p { color: rgb(236,175,242); }

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

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

 a { background-color: rgb(236,175,242); }

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

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

 span { border-color: rgb(236,175,242); }

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