#ECC7FF

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

Shades of Mauve #ECC7FF

Tints of Mauve #ECC7FF

Color information

#ECC7FF (or 0xECC7FF) is unknown color: approx Mauve. HEX triplet: EC, C7 and FF. RGB value is (236,199,255). Sum of RGB (Red+Green+Blue) = 236+199+255=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECC7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC7FF is #133800. Grayscale: #D8D8D8. Windows color (decimal): -1259521 or 16762860. OLE color: 16762860.

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

Color convert

RGB236199255-
CMYK0.070.2200
HSL279.64º100%89.02%-
HSV(B)279.64º21.96%100%-
XYZ73.0765.9103.48-
YUV216.45149.76141.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 199 (78.12% from 255) = 28.84%
BLUE value IS 255 (100% from 255) = 36.96%
R=34.20%
G=28.84%
B=36.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361992550.070.2200279.6410089.02
HexECC7FF716001186459
Octal35430737772600430144131
Binary111011001100011111111111111101100010001100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7FF; }

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

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

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

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

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

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

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

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