#ECC3FC

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

Shades of Mauve #ECC3FC

Tints of Mauve #ECC3FC

Color information

#ECC3FC (or 0xECC3FC) is unknown color: approx Mauve. HEX triplet: EC, C3 and FC. RGB value is (236,195,252). Sum of RGB (Red+Green+Blue) = 236+195+252=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECC3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC3FC is #133C03. Grayscale: #D5D5D5. Windows color (decimal): -1260548 or 16565228. OLE color: 16565228.

HSL color Cylindrical-coordinate representation of color #ECC3FC: hue angle of 283.16º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC3FC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236195252-
CMYK0.060.2300.01
HSL283.16º90.48%87.65%-
HSV(B)283.16º22.62%98.82%-
XYZ71.6863.89100.65-
YUV213.76149.58143.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 195 (76.56% from 255) = 28.55%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=34.55%
G=28.55%
B=36.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361952520.060.2300.01283.1690.4887.65
HexECC3FC6170111b5a58
Octal35430337462701433132130
Binary111011001100001111111100110101110110001101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3FC; }

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

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

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

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

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

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

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

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