#ECBCFA

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

Shades of Mauve #ECBCFA

Tints of Mauve #ECBCFA

Color information

#ECBCFA (or 0xECBCFA) is unknown color: approx Mauve. HEX triplet: EC, BC and FA. RGB value is (236,188,250). Sum of RGB (Red+Green+Blue) = 236+188+250=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECBCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCFA is #134305. Grayscale: #D1D1D1. Windows color (decimal): -1262342 or 16432364. OLE color: 16432364.

HSL color Cylindrical-coordinate representation of color #ECBCFA: hue angle of 286.45º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBCFA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236188250-
CMYK0.060.2500.02
HSL286.45º86.11%85.88%-
HSV(B)286.45º24.8%98.04%-
XYZ69.8360.798.48-
YUV209.42150.9146.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 188 (73.83% from 255) = 27.89%
BLUE value IS 250 (98.05% from 255) = 37.09%
R=35.01%
G=27.89%
B=37.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361882500.060.2500.02286.4586.1185.88
HexECBCFA6190211e5656
Octal35427437263102436126126
Binary1110110010111100111110101101100101010001111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCFA; }

 p { color: rgb(236,188,250); }

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

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

 a { background-color: rgb(236,188,250); }

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

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

 span { border-color: rgb(236,188,250); }

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