#ECBFF7

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

Shades of Mauve #ECBFF7

Tints of Mauve #ECBFF7

Color information

#ECBFF7 (or 0xECBFF7) is unknown color: approx Mauve. HEX triplet: EC, BF and F7. RGB value is (236,191,247). Sum of RGB (Red+Green+Blue) = 236+191+247=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECBFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFF7 is #134008. Grayscale: #D2D2D2. Windows color (decimal): -1261577 or 16236524. OLE color: 16236524.

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

Color convert

RGB236191247-
CMYK0.040.2300.03
HSL288.21º77.78%85.88%-
HSV(B)288.21º22.67%96.86%-
XYZ70.0161.8196.24-
YUV210.84148.41145.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 191 (75% from 255) = 28.34%
BLUE value IS 247 (96.88% from 255) = 36.65%
R=35.01%
G=28.34%
B=36.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361912470.040.2300.03288.2177.7885.88
HexECBFF7417031204e56
Octal35427736742703440116126
Binary1110110010111111111101111001011101110010000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFF7; }

 p { color: rgb(236,191,247); }

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

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

 a { background-color: rgb(236,191,247); }

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

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

 span { border-color: rgb(236,191,247); }

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