#ECBAFB

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

Shades of Mauve #ECBAFB

Tints of Mauve #ECBAFB

Color information

#ECBAFB (or 0xECBAFB) is unknown color: approx Mauve. HEX triplet: EC, BA and FB. RGB value is (236,186,251). Sum of RGB (Red+Green+Blue) = 236+186+251=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECBAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAFB is #134504. Grayscale: #D0D0D0. Windows color (decimal): -1262853 or 16497388. OLE color: 16497388.

HSL color Cylindrical-coordinate representation of color #ECBAFB: hue angle of 286.15º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBAFB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236186251-
CMYK0.060.2600.02
HSL286.15º89.04%85.69%-
HSV(B)286.15º25.9%98.43%-
XYZ69.5659.9299.17-
YUV208.36152.06147.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 186 (73.05% from 255) = 27.64%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=35.07%
G=27.64%
B=37.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361862510.060.2600.02286.1589.0485.69
HexECBAFB61A0211e5956
Octal35427237363202436131126
Binary1110110010111010111110111101101001010001111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAFB; }

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

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

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

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

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

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

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

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