#ECBBF9

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

Shades of Mauve #ECBBF9

Tints of Mauve #ECBBF9

Color information

#ECBBF9 (or 0xECBBF9) is unknown color: approx Mauve. HEX triplet: EC, BB and F9. RGB value is (236,187,249). Sum of RGB (Red+Green+Blue) = 236+187+249=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECBBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBBF9 is #134406. Grayscale: #D0D0D0. Windows color (decimal): -1262599 or 16366572. OLE color: 16366572.

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

Color convert

RGB236187249-
CMYK0.050.2500.02
HSL287.42º83.78%85.49%-
HSV(B)287.42º24.9%97.65%-
XYZ69.4660.2197.58-
YUV208.72150.73147.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 187 (73.44% from 255) = 27.83%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=35.12%
G=27.83%
B=37.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361872490.050.2500.02287.4283.7885.49
HexECBBF95190211f5455
Octal35427337153102437124125
Binary1110110010111011111110011011100101010001111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBF9; }

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

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

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

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

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

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

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

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