#ECBBF8

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

Shades of Mauve #ECBBF8

Tints of Mauve #ECBBF8

Color information

#ECBBF8 (or 0xECBBF8) is unknown color: approx Mauve. HEX triplet: EC, BB and F8. RGB value is (236,187,248). Sum of RGB (Red+Green+Blue) = 236+187+248=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECBBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBBF8 is #134407. Grayscale: #D0D0D0. Windows color (decimal): -1262600 or 16301036. OLE color: 16301036.

HSL color Cylindrical-coordinate representation of color #ECBBF8: hue angle of 288.2º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBBF8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236187248-
CMYK0.050.2500.03
HSL288.2º81.33%85.29%-
HSV(B)288.2º24.6%97.25%-
XYZ69.3160.1596.76-
YUV208.6150.23147.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 187 (73.44% from 255) = 27.87%
BLUE value IS 248 (97.27% from 255) = 36.96%
R=35.17%
G=27.87%
B=36.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361872480.050.2500.03288.281.3385.29
HexECBBF8519031205155
Octal35427337053103440121125
Binary1110110010111011111110001011100101110010000010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBF8; }

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

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

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

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

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

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

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

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