#ECB1FC

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

Shades of Mauve #ECB1FC

Tints of Mauve #ECB1FC

Color information

#ECB1FC (or 0xECB1FC) is unknown color: approx Mauve. HEX triplet: EC, B1 and FC. RGB value is (236,177,252). Sum of RGB (Red+Green+Blue) = 236+177+252=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1FC is #134E03. Grayscale: #CACACA. Windows color (decimal): -1265156 or 16560620. OLE color: 16560620.

HSL color Cylindrical-coordinate representation of color #ECB1FC: hue angle of 287.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB1FC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236177252-
CMYK0.060.3000.01
HSL287.2º92.59%84.12%-
HSV(B)287.2º29.76%98.82%-
XYZ67.8856.3199.39-
YUV203.19155.55151.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 177 (69.53% from 255) = 26.62%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=35.49%
G=26.62%
B=37.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361772520.060.3000.01287.292.5984.12
HexECB1FC61E0111f5d54
Octal35426137463601437135124
Binary111011001011000111111100110111100110001111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1FC; }

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

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

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

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

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

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

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

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