#ECB3F6

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

Shades of Mauve #ECB3F6

Tints of Mauve #ECB3F6

Color information

#ECB3F6 (or 0xECB3F6) is unknown color: approx Mauve. HEX triplet: EC, B3 and F6. RGB value is (236,179,246). Sum of RGB (Red+Green+Blue) = 236+179+246=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECB3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB3F6 is #134C09. Grayscale: #CBCBCB. Windows color (decimal): -1264650 or 16167916. OLE color: 16167916.

HSL color Cylindrical-coordinate representation of color #ECB3F6: hue angle of 291.04º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB3F6 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236179246-
CMYK0.040.2700.04
HSL291.04º78.82%83.33%-
HSV(B)291.04º27.24%96.47%-
XYZ67.3556.7394.59-
YUV203.68151.88151.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 179 (70.31% from 255) = 27.08%
BLUE value IS 246 (96.48% from 255) = 37.22%
R=35.70%
G=27.08%
B=37.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361792460.040.2700.04291.0478.8283.33
HexECB3F641B041234f53
Octal35426336643304443117123
Binary11101100101100111111011010011011010010010001110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB3F6; }

 p { color: rgb(236,179,246); }

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

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

 a { background-color: rgb(236,179,246); }

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

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

 span { border-color: rgb(236,179,246); }

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