#ECBAFF

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

Shades of Mauve #ECBAFF

Tints of Mauve #ECBAFF

Color information

#ECBAFF (or 0xECBAFF) is unknown color: approx Mauve. HEX triplet: EC, BA and FF. RGB value is (236,186,255). Sum of RGB (Red+Green+Blue) = 236+186+255=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAFF is #134500. Grayscale: #D0D0D0. Windows color (decimal): -1262849 or 16759532. OLE color: 16759532.

HSL color Cylindrical-coordinate representation of color #ECBAFF: hue angle of 283.48º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECBAFF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236186255-
CMYK0.070.2700
HSL283.48º100%86.47%-
HSV(B)283.48º27.06%100%-
XYZ70.260.17102.52-
YUV208.82154.06147.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.86%
GREEN value IS 186 (73.05% from 255) = 27.47%
BLUE value IS 255 (100% from 255) = 37.67%
R=34.86%
G=27.47%
B=37.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361862550.070.2700283.4810086.47
HexECBAFF71B0011b6456
Octal35427237773300433144126
Binary111011001011101011111111111110110010001101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAFF; }

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

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

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

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

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

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

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

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