#ECC0FE

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

Shades of Mauve #ECC0FE

Tints of Mauve #ECC0FE

Color information

#ECC0FE (or 0xECC0FE) is unknown color: approx Mauve. HEX triplet: EC, C0 and FE. RGB value is (236,192,254). Sum of RGB (Red+Green+Blue) = 236+192+254=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0FE is #133F01. Grayscale: #D4D4D4. Windows color (decimal): -1261314 or 16695532. OLE color: 16695532.

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

Color convert

RGB236192254-
CMYK0.070.2400.00
HSL282.58º96.88%87.45%-
HSV(B)282.58º24.41%99.61%-
XYZ71.3362.69102.11-
YUV212.22151.58144.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 192 (75.39% from 255) = 28.15%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=34.60%
G=28.15%
B=37.24%

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
Decimal2361922540.070.2400.00282.5896.8887.45
HexECC0FE7180011b6157
Octal35430037673000433141127
Binary111011001100000011111110111110000010001101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0FE; }

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

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

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

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

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

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

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

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