#ECB7F1

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

Shades of Mauve #ECB7F1

Tints of Mauve #ECB7F1

Color information

#ECB7F1 (or 0xECB7F1) is unknown color: approx Mauve. HEX triplet: EC, B7 and F1. RGB value is (236,183,241). Sum of RGB (Red+Green+Blue) = 236+183+241=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 183 (71.88% from 255 or 27.73% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECB7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7F1 is #13480E. Grayscale: #CDCDCD. Windows color (decimal): -1263631 or 15841260. OLE color: 15841260.

HSL color Cylindrical-coordinate representation of color #ECB7F1: hue angle of 294.83º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB7F1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236183241-
CMYK0.020.2400.05
HSL294.83º67.44%83.14%-
HSV(B)294.83º24.07%94.51%-
XYZ67.458.0590.87-
YUV205.46148.06149.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.76%
GREEN value IS 183 (71.88% from 255) = 27.73%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=35.76%
G=27.73%
B=36.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361832410.020.2400.05294.8367.4483.14
HexECB7F1218051274353
Octal35426736123005447103123
Binary1110110010110111111100011011000010110010011110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7F1; }

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

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

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

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

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

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

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

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