#ECBCF4

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

Shades of Mauve #ECBCF4

Tints of Mauve #ECBCF4

Color information

#ECBCF4 (or 0xECBCF4) is unknown color: approx Mauve. HEX triplet: EC, BC and F4. RGB value is (236,188,244). Sum of RGB (Red+Green+Blue) = 236+188+244=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECBCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCF4 is #13430B. Grayscale: #D0D0D0. Windows color (decimal): -1262348 or 16039148. OLE color: 16039148.

HSL color Cylindrical-coordinate representation of color #ECBCF4: hue angle of 291.43º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECBCF4 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236188244-
CMYK0.030.2300.04
HSL291.43º71.79%84.71%-
HSV(B)291.43º22.95%95.69%-
XYZ68.960.3393.6-
YUV208.74147.9147.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 188 (73.83% from 255) = 28.14%
BLUE value IS 244 (95.70% from 255) = 36.53%
R=35.33%
G=28.14%
B=36.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361882440.030.2300.04291.4371.7984.71
HexECBCF4317041234855
Octal35427436432704443110125
Binary1110110010111100111101001110111010010010001110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCF4; }

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

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

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

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

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

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

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

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