#ECBFF5

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

Shades of Mauve #ECBFF5

Tints of Mauve #ECBFF5

Color information

#ECBFF5 (or 0xECBFF5) is unknown color: approx Mauve. HEX triplet: EC, BF and F5. RGB value is (236,191,245). Sum of RGB (Red+Green+Blue) = 236+191+245=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECBFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFF5 is #13400A. Grayscale: #D2D2D2. Windows color (decimal): -1261579 or 16105452. OLE color: 16105452.

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

Color convert

RGB236191245-
CMYK0.040.2200.04
HSL290º72.97%85.49%-
HSV(B)290º22.04%96.08%-
XYZ69.761.6994.62-
YUV210.61147.41146.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 191 (75% from 255) = 28.42%
BLUE value IS 245 (96.09% from 255) = 36.46%
R=35.12%
G=28.42%
B=36.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361912450.040.2200.0429072.9785.49
HexECBFF5416041224955
Octal35427736542604442111125
Binary11101100101111111111010110010110010010010001010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFF5; }

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

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

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

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

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

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

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

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