#ECC1FE

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

Shades of Mauve #ECC1FE

Tints of Mauve #ECC1FE

Color information

#ECC1FE (or 0xECC1FE) is unknown color: approx Mauve. HEX triplet: EC, C1 and FE. RGB value is (236,193,254). Sum of RGB (Red+Green+Blue) = 236+193+254=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECC1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1FE is #133E01. Grayscale: #D4D4D4. Windows color (decimal): -1261058 or 16695788. OLE color: 16695788.

HSL color Cylindrical-coordinate representation of color #ECC1FE: hue angle of 282.3º 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 #ECC1FE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236193254-
CMYK0.070.2400.00
HSL282.3º96.83%87.65%-
HSV(B)282.3º24.02%99.61%-
XYZ71.5563.13102.18-
YUV212.81151.25144.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 193 (75.78% from 255) = 28.26%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=34.55%
G=28.26%
B=37.19%

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
Decimal2361932540.070.2400.00282.396.8387.65
HexECC1FE7180011a6158
Octal35430137673000432141130
Binary111011001100000111111110111110000010001101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1FE; }

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

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

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

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

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

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

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

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