#ECC2FD

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

Shades of Mauve #ECC2FD

Tints of Mauve #ECC2FD

Color information

#ECC2FD (or 0xECC2FD) is unknown color: approx Mauve. HEX triplet: EC, C2 and FD. RGB value is (236,194,253). Sum of RGB (Red+Green+Blue) = 236+194+253=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECC2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2FD is #133D02. Grayscale: #D5D5D5. Windows color (decimal): -1260803 or 16630508. OLE color: 16630508.

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

Color convert

RGB236194253-
CMYK0.070.2300.01
HSL282.71º93.65%87.65%-
HSV(B)282.71º23.32%99.22%-
XYZ71.6163.51101.41-
YUV213.28150.41144.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 194 (76.17% from 255) = 28.40%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=34.55%
G=28.40%
B=37.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361942530.070.2300.01282.7193.6587.65
HexECC2FD7170111b5e58
Octal35430237572701433136130
Binary111011001100001011111101111101110110001101110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2FD; }

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

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

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

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

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

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

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

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