#ECC2FE

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

Shades of Mauve #ECC2FE

Tints of Mauve #ECC2FE

Color information

#ECC2FE (or 0xECC2FE) is unknown color: approx Mauve. HEX triplet: EC, C2 and FE. RGB value is (236,194,254). Sum of RGB (Red+Green+Blue) = 236+194+254=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2FE is #133D01. Grayscale: #D5D5D5. Windows color (decimal): -1260802 or 16696044. OLE color: 16696044.

HSL color Cylindrical-coordinate representation of color #ECC2FE: hue angle of 282º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC2FE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236194254-
CMYK0.070.2400.00
HSL282º96.77%87.84%-
HSV(B)282º23.62%99.61%-
XYZ71.7763.57102.25-
YUV213.4150.91144.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 194 (76.17% from 255) = 28.36%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=34.50%
G=28.36%
B=37.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361942540.070.2400.0028296.7787.84
HexECC2FE7180011a6158
Octal35430237673000432141130
Binary111011001100001011111110111110000010001101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2FE; }

 p { color: rgb(236,194,254); }

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

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

 a { background-color: rgb(236,194,254); }

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

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

 span { border-color: rgb(236,194,254); }

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