#ECB7FC

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

Shades of Mauve #ECB7FC

Tints of Mauve #ECB7FC

Color information

#ECB7FC (or 0xECB7FC) is unknown color: approx Mauve. HEX triplet: EC, B7 and FC. RGB value is (236,183,252). Sum of RGB (Red+Green+Blue) = 236+183+252=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7FC is #134803. Grayscale: #CECECE. Windows color (decimal): -1263620 or 16562156. OLE color: 16562156.

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

Color convert

RGB236183252-
CMYK0.060.2700.01
HSL286.09º92%85.29%-
HSV(B)286.09º27.38%98.82%-
XYZ69.158.7399.79-
YUV206.71153.56148.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 183 (71.88% from 255) = 27.27%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=35.17%
G=27.27%
B=37.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361832520.060.2700.01286.099285.29
HexECB7FC61B0111e5c55
Octal35426737463301436134125
Binary111011001011011111111100110110110110001111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7FC; }

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

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

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

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

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

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

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

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