#ECB5FC

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

Shades of Mauve #ECB5FC

Tints of Mauve #ECB5FC

Color information

#ECB5FC (or 0xECB5FC) is unknown color: approx Mauve. HEX triplet: EC, B5 and FC. RGB value is (236,181,252). Sum of RGB (Red+Green+Blue) = 236+181+252=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5FC is #134A03. Grayscale: #CDCDCD. Windows color (decimal): -1264132 or 16561644. OLE color: 16561644.

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

Color convert

RGB236181252-
CMYK0.060.2800.01
HSL286.48º92.21%84.9%-
HSV(B)286.48º28.17%98.82%-
XYZ68.6957.9199.65-
YUV205.54154.22149.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 181 (71.09% from 255) = 27.06%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=35.28%
G=27.06%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361812520.060.2800.01286.4892.2184.9
HexECB5FC61C0111e5c55
Octal35426537463401436134125
Binary111011001011010111111100110111000110001111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5FC; }

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

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

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

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

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

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

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

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