#ECBBFC

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

Shades of Mauve #ECBBFC

Tints of Mauve #ECBBFC

Color information

#ECBBFC (or 0xECBBFC) is unknown color: approx Mauve. HEX triplet: EC, BB and FC. RGB value is (236,187,252). Sum of RGB (Red+Green+Blue) = 236+187+252=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECBBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBBFC is #134403. Grayscale: #D0D0D0. Windows color (decimal): -1262596 or 16563180. OLE color: 16563180.

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

Color convert

RGB236187252-
CMYK0.060.2600.01
HSL285.23º91.55%86.08%-
HSV(B)285.23º25.79%98.82%-
XYZ69.9360.4100.07-
YUV209.06152.23147.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 187 (73.44% from 255) = 27.70%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=34.96%
G=27.70%
B=37.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361872520.060.2600.01285.2391.5586.08
HexECBBFC61A0111d5c56
Octal35427337463201435134126
Binary111011001011101111111100110110100110001110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBFC; }

 p { color: rgb(236,187,252); }

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

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

 a { background-color: rgb(236,187,252); }

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

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

 span { border-color: rgb(236,187,252); }

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