#ECBBF6

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

Shades of Mauve #ECBBF6

Tints of Mauve #ECBBF6

Color information

#ECBBF6 (or 0xECBBF6) is unknown color: approx Mauve. HEX triplet: EC, BB and F6. RGB value is (236,187,246). Sum of RGB (Red+Green+Blue) = 236+187+246=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECBBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBBF6 is #134409. Grayscale: #D0D0D0. Windows color (decimal): -1262602 or 16169964. OLE color: 16169964.

HSL color Cylindrical-coordinate representation of color #ECBBF6: hue angle of 289.83º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECBBF6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236187246-
CMYK0.040.2400.04
HSL289.83º76.62%84.9%-
HSV(B)289.83º23.98%96.47%-
XYZ6960.0395.14-
YUV208.38149.23147.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=35.28%
G=27.95%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361872460.040.2400.04289.8376.6284.9
HexECBBF6418041224d55
Octal35427336643004442115125
Binary11101100101110111111011010011000010010010001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBF6; }

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

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

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

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

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

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

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

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