#ECC1FD

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

Shades of Mauve #ECC1FD

Tints of Mauve #ECC1FD

Color information

#ECC1FD (or 0xECC1FD) is unknown color: approx Mauve. HEX triplet: EC, C1 and FD. RGB value is (236,193,253). Sum of RGB (Red+Green+Blue) = 236+193+253=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 193 (75.78% from 255 or 28.30% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1FD is #133E02. Grayscale: #D4D4D4. Windows color (decimal): -1261059 or 16630252. OLE color: 16630252.

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

Color convert

RGB236193253-
CMYK0.070.2400.01
HSL283º93.75%87.45%-
HSV(B)283º23.72%99.22%-
XYZ71.3963.06101.34-
YUV212.7150.75144.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 193 (75.78% from 255) = 28.30%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=34.60%
G=28.30%
B=37.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361932530.070.2400.0128393.7587.45
HexECC1FD7180111b5e57
Octal35430137573001433136127
Binary111011001100000111111101111110000110001101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1FD; }

 p { color: rgb(236,193,253); }

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

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

 a { background-color: rgb(236,193,253); }

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

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

 span { border-color: rgb(236,193,253); }

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