#ECB9FC

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

Shades of Mauve #ECB9FC

Tints of Mauve #ECB9FC

Color information

#ECB9FC (or 0xECB9FC) is unknown color: approx Mauve. HEX triplet: EC, B9 and FC. RGB value is (236,185,252). Sum of RGB (Red+Green+Blue) = 236+185+252=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 185 (72.66% from 255 or 27.49% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9FC is #134603. Grayscale: #CFCFCF. Windows color (decimal): -1263108 or 16562668. OLE color: 16562668.

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

Color convert

RGB236185252-
CMYK0.060.2700.01
HSL285.67º91.78%85.69%-
HSV(B)285.67º26.59%98.82%-
XYZ69.5159.5699.93-
YUV207.89152.9148.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 185 (72.66% from 255) = 27.49%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=35.07%
G=27.49%
B=37.44%

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
Decimal2361852520.060.2700.01285.6791.7885.69
HexECB9FC61B0111e5c56
Octal35427137463301436134126
Binary111011001011100111111100110110110110001111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB9FC; }

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

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

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

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

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

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

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

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