#ECBFF9

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

Shades of Mauve #ECBFF9

Tints of Mauve #ECBFF9

Color information

#ECBFF9 (or 0xECBFF9) is unknown color: approx Mauve. HEX triplet: EC, BF and F9. RGB value is (236,191,249). Sum of RGB (Red+Green+Blue) = 236+191+249=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECBFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFF9 is #134006. Grayscale: #D2D2D2. Windows color (decimal): -1261575 or 16367596. OLE color: 16367596.

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

Color convert

RGB236191249-
CMYK0.050.2300.02
HSL286.55º82.86%86.27%-
HSV(B)286.55º23.29%97.65%-
XYZ70.3261.9397.87-
YUV211.07149.41145.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.91%
GREEN value IS 191 (75% from 255) = 28.25%
BLUE value IS 249 (97.66% from 255) = 36.83%
R=34.91%
G=28.25%
B=36.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361912490.050.2300.02286.5582.8686.27
HexECBFF95170211f5356
Octal35427737152702437123126
Binary1110110010111111111110011011011101010001111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFF9; }

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

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

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

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

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

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

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

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