#ECBBFF

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

Shades of Mauve #ECBBFF

Tints of Mauve #ECBBFF

Color information

#ECBBFF (or 0xECBBFF) is unknown color: approx Mauve. HEX triplet: EC, BB and FF. RGB value is (236,187,255). Sum of RGB (Red+Green+Blue) = 236+187+255=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBBFF is #134400. Grayscale: #D1D1D1. Windows color (decimal): -1262593 or 16759788. OLE color: 16759788.

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

Color convert

RGB236187255-
CMYK0.070.2700
HSL283.24º100%86.67%-
HSV(B)283.24º26.67%100%-
XYZ70.4160.59102.59-
YUV209.4153.73146.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.81%
GREEN value IS 187 (73.44% from 255) = 27.58%
BLUE value IS 255 (100% from 255) = 37.61%
R=34.81%
G=27.58%
B=37.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361872550.070.2700283.2410086.67
HexECBBFF71B0011b6457
Octal35427337773300433144127
Binary111011001011101111111111111110110010001101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBFF; }

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

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

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

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

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

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

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

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