#ECB3FE

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

Shades of Mauve #ECB3FE

Tints of Mauve #ECB3FE

Color information

#ECB3FE (or 0xECB3FE) is unknown color: approx Mauve. HEX triplet: EC, B3 and FE. RGB value is (236,179,254). Sum of RGB (Red+Green+Blue) = 236+179+254=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB3FE is #134C01. Grayscale: #CCCCCC. Windows color (decimal): -1264642 or 16692204. OLE color: 16692204.

HSL color Cylindrical-coordinate representation of color #ECB3FE: hue angle of 285.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB3FE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236179254-
CMYK0.070.3000.00
HSL285.6º97.4%84.9%-
HSV(B)285.6º29.53%99.61%-
XYZ68.657.23101.2-
YUV204.59155.88150.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 179 (70.31% from 255) = 26.76%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=35.28%
G=26.76%
B=37.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361792540.070.3000.00285.697.484.9
HexECB3FE71E0011e6155
Octal35426337673600436141125
Binary111011001011001111111110111111100010001111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB3FE; }

 p { color: rgb(236,179,254); }

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

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

 a { background-color: rgb(236,179,254); }

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

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

 span { border-color: rgb(236,179,254); }

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