#ECC3FA

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

Shades of Mauve #ECC3FA

Tints of Mauve #ECC3FA

Color information

#ECC3FA (or 0xECC3FA) is unknown color: approx Mauve. HEX triplet: EC, C3 and FA. RGB value is (236,195,250). Sum of RGB (Red+Green+Blue) = 236+195+250=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 195 (76.56% from 255 or 28.63% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECC3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC3FA is #133C05. Grayscale: #D5D5D5. Windows color (decimal): -1260550 or 16434156. OLE color: 16434156.

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

Color convert

RGB236195250-
CMYK0.060.2200.02
HSL284.73º84.62%87.25%-
HSV(B)284.73º22%98.04%-
XYZ71.3663.7798.99-
YUV213.53148.58144.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 195 (76.56% from 255) = 28.63%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=34.65%
G=28.63%
B=36.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361952500.060.2200.02284.7384.6287.25
HexECC3FA6160211d5557
Octal35430337262602435125127
Binary1110110011000011111110101101011001010001110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3FA; }

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

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

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

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

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

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

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

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