#ECBAF6

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

Shades of Mauve #ECBAF6

Tints of Mauve #ECBAF6

Color information

#ECBAF6 (or 0xECBAF6) is unknown color: approx Mauve. HEX triplet: EC, BA and F6. RGB value is (236,186,246). Sum of RGB (Red+Green+Blue) = 236+186+246=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECBAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAF6 is #134509. Grayscale: #CFCFCF. Windows color (decimal): -1262858 or 16169708. OLE color: 16169708.

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

Color convert

RGB236186246-
CMYK0.040.2400.04
HSL290º76.92%84.71%-
HSV(B)290º24.39%96.47%-
XYZ68.7959.695.07-
YUV207.79149.56148.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 186 (73.05% from 255) = 27.84%
BLUE value IS 246 (96.48% from 255) = 36.83%
R=35.33%
G=27.84%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361862460.040.2400.0429076.9284.71
HexECBAF6418041224d55
Octal35427236643004442115125
Binary11101100101110101111011010011000010010010001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAF6; }

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

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

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

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

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

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

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

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