#ECB7FE

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

Shades of Mauve #ECB7FE

Tints of Mauve #ECB7FE

Color information

#ECB7FE (or 0xECB7FE) is unknown color: approx Mauve. HEX triplet: EC, B7 and FE. RGB value is (236,183,254). Sum of RGB (Red+Green+Blue) = 236+183+254=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 183 (71.88% from 255 or 27.19% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7FE is #134801. Grayscale: #CECECE. Windows color (decimal): -1263618 or 16693228. OLE color: 16693228.

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

Color convert

RGB236183254-
CMYK0.070.2800.00
HSL284.79º97.26%85.69%-
HSV(B)284.79º27.95%99.61%-
XYZ69.4158.86101.47-
YUV206.94154.56148.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 183 (71.88% from 255) = 27.19%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=35.07%
G=27.19%
B=37.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361832540.070.2800.00284.7997.2685.69
HexECB7FE71C0011d6156
Octal35426737673400435141126
Binary111011001011011111111110111111000010001110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7FE; }

 p { color: rgb(236,183,254); }

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

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

 a { background-color: rgb(236,183,254); }

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

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

 span { border-color: rgb(236,183,254); }

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