#ECBAF3

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

Shades of Mauve #ECBAF3

Tints of Mauve #ECBAF3

Color information

#ECBAF3 (or 0xECBAF3) is unknown color: approx Mauve. HEX triplet: EC, BA and F3. RGB value is (236,186,243). Sum of RGB (Red+Green+Blue) = 236+186+243=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECBAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAF3 is #13450C. Grayscale: #CFCFCF. Windows color (decimal): -1262861 or 15973100. OLE color: 15973100.

HSL color Cylindrical-coordinate representation of color #ECBAF3: hue angle of 292.63º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECBAF3 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236186243-
CMYK0.030.2300.05
HSL292.63º70.37%84.12%-
HSV(B)292.63º23.46%95.29%-
XYZ68.3359.4292.66-
YUV207.45148.06148.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 186 (73.05% from 255) = 27.97%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=35.49%
G=27.97%
B=36.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361862430.030.2300.05292.6370.3784.12
HexECBAF3317051254654
Octal35427236332705445106124
Binary1110110010111010111100111110111010110010010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAF3; }

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

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

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

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

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

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

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

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