#ECB8FC

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

Shades of Mauve #ECB8FC

Tints of Mauve #ECB8FC

Color information

#ECB8FC (or 0xECB8FC) is unknown color: approx Mauve. HEX triplet: EC, B8 and FC. RGB value is (236,184,252). Sum of RGB (Red+Green+Blue) = 236+184+252=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 184 (72.27% from 255 or 27.38% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8FC is #134703. Grayscale: #CFCFCF. Windows color (decimal): -1263364 or 16562412. OLE color: 16562412.

HSL color Cylindrical-coordinate representation of color #ECB8FC: hue angle of 285.88º 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 #ECB8FC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236184252-
CMYK0.060.2700.01
HSL285.88º91.89%85.49%-
HSV(B)285.88º26.98%98.82%-
XYZ69.359.1499.86-
YUV207.3153.23148.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 184 (72.27% from 255) = 27.38%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=35.12%
G=27.38%
B=37.5%

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
Decimal2361842520.060.2700.01285.8891.8985.49
HexECB8FC61B0111e5c55
Octal35427037463301436134125
Binary111011001011100011111100110110110110001111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB8FC; }

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

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

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

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

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

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

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

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