#ECC6FF

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

Shades of Mauve #ECC6FF

Tints of Mauve #ECC6FF

Color information

#ECC6FF (or 0xECC6FF) is unknown color: approx Mauve. HEX triplet: EC, C6 and FF. RGB value is (236,198,255). Sum of RGB (Red+Green+Blue) = 236+198+255=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 198 (77.73% from 255 or 28.74% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC6FF is #133900. Grayscale: #D7D7D7. Windows color (decimal): -1259777 or 16762604. OLE color: 16762604.

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

Color convert

RGB236198255-
CMYK0.070.2200
HSL280º100%88.82%-
HSV(B)280º22.35%100%-
XYZ72.8465.44103.4-
YUV215.86150.09142.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 198 (77.73% from 255) = 28.74%
BLUE value IS 255 (100% from 255) = 37.01%
R=34.25%
G=28.74%
B=37.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361982550.070.220028010088.82
HexECC6FF716001186459
Octal35430637772600430144131
Binary111011001100011011111111111101100010001100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6FF; }

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

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

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

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

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

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

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

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