#ECC2FF

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

Shades of Mauve #ECC2FF

Tints of Mauve #ECC2FF

Color information

#ECC2FF (or 0xECC2FF) is unknown color: approx Mauve. HEX triplet: EC, C2 and FF. RGB value is (236,194,255). Sum of RGB (Red+Green+Blue) = 236+194+255=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 194 (76.17% from 255 or 28.32% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2FF is #133D00. Grayscale: #D5D5D5. Windows color (decimal): -1260801 or 16761580. OLE color: 16761580.

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

Color convert

RGB236194255-
CMYK0.070.2400
HSL281.31º100%88.04%-
HSV(B)281.31º23.92%100%-
XYZ71.9363.64103.1-
YUV213.51151.41144.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 194 (76.17% from 255) = 28.32%
BLUE value IS 255 (100% from 255) = 37.23%
R=34.45%
G=28.32%
B=37.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361942550.070.2400281.3110088.04
HexECC2FF718001196458
Octal35430237773000431144130
Binary111011001100001011111111111110000010001100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2FF; }

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

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

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

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

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

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

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

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