#ECAAFA

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

Shades of Mauve #ECAAFA

Tints of Mauve #ECAAFA

Color information

#ECAAFA (or 0xECAAFA) is unknown color: approx Mauve. HEX triplet: EC, AA and FA. RGB value is (236,170,250). Sum of RGB (Red+Green+Blue) = 236+170+250=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAFA is #135505. Grayscale: #C6C6C6. Windows color (decimal): -1266950 or 16427756. OLE color: 16427756.

HSL color Cylindrical-coordinate representation of color #ECAAFA: hue angle of 289.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECAAFA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236170250-
CMYK0.060.3200.02
HSL289.5º88.89%82.35%-
HSV(B)289.5º32%98.04%-
XYZ66.2253.4897.28-
YUV198.85156.87154.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 170 (66.80% from 255) = 25.91%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=35.98%
G=25.91%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361702500.060.3200.02289.588.8982.35
HexECAAFA620021225952
Octal35425237264002442131122
Binary11101100101010101111101011010000001010010001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAFA; }

 p { color: rgb(236,170,250); }

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

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

 a { background-color: rgb(236,170,250); }

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

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

 span { border-color: rgb(236,170,250); }

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