#ECB7FA

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

Shades of Mauve #ECB7FA

Tints of Mauve #ECB7FA

Color information

#ECB7FA (or 0xECB7FA) is unknown color: approx Mauve. HEX triplet: EC, B7 and FA. RGB value is (236,183,250). Sum of RGB (Red+Green+Blue) = 236+183+250=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 183 (71.88% from 255 or 27.35% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7FA is #134805. Grayscale: #CECECE. Windows color (decimal): -1263622 or 16431084. OLE color: 16431084.

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

Color convert

RGB236183250-
CMYK0.060.2700.02
HSL287.46º87.01%84.9%-
HSV(B)287.46º26.8%98.04%-
XYZ68.7858.698.13-
YUV206.48152.56149.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 183 (71.88% from 255) = 27.35%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=35.28%
G=27.35%
B=37.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361832500.060.2700.02287.4687.0184.9
HexECB7FA61B0211f5755
Octal35426737263302437127125
Binary1110110010110111111110101101101101010001111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7FA; }

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

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

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

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

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

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

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

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