#ECC5FF

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

Shades of Mauve #ECC5FF

Tints of Mauve #ECC5FF

Color information

#ECC5FF (or 0xECC5FF) is unknown color: approx Mauve. HEX triplet: EC, C5 and FF. RGB value is (236,197,255). Sum of RGB (Red+Green+Blue) = 236+197+255=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5FF is #133A00. Grayscale: #D7D7D7. Windows color (decimal): -1260033 or 16762348. OLE color: 16762348.

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

Color convert

RGB236197255-
CMYK0.070.2300
HSL280.34º100%88.63%-
HSV(B)280.34º22.75%100%-
XYZ72.6164.99103.32-
YUV215.27150.42142.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 197 (77.34% from 255) = 28.63%
BLUE value IS 255 (100% from 255) = 37.06%
R=34.30%
G=28.63%
B=37.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361972550.070.2300280.3410088.63
HexECC5FF717001186459
Octal35430537772700430144131
Binary111011001100010111111111111101110010001100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5FF; }

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

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

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

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

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

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

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

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