#ECB7F9

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

Shades of Mauve #ECB7F9

Tints of Mauve #ECB7F9

Color information

#ECB7F9 (or 0xECB7F9) is unknown color: approx Mauve. HEX triplet: EC, B7 and F9. RGB value is (236,183,249). Sum of RGB (Red+Green+Blue) = 236+183+249=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECB7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7F9 is #134806. Grayscale: #CECECE. Windows color (decimal): -1263623 or 16365548. OLE color: 16365548.

HSL color Cylindrical-coordinate representation of color #ECB7F9: hue angle of 288.18º degrees, saturation: 0.85, 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 #ECB7F9 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236183249-
CMYK0.050.2700.02
HSL288.18º84.62%84.71%-
HSV(B)288.18º26.51%97.65%-
XYZ68.6258.5497.3-
YUV206.37152.06149.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 183 (71.88% from 255) = 27.40%
BLUE value IS 249 (97.66% from 255) = 37.28%
R=35.33%
G=27.40%
B=37.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361832490.050.2700.02288.1884.6284.71
HexECB7F951B021205555
Octal35426737153302440125125
Binary1110110010110111111110011011101101010010000010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7F9; }

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

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

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

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

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

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

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

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