#ECBEFC

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

Shades of Mauve #ECBEFC

Tints of Mauve #ECBEFC

Color information

#ECBEFC (or 0xECBEFC) is unknown color: approx Mauve. HEX triplet: EC, BE and FC. RGB value is (236,190,252). Sum of RGB (Red+Green+Blue) = 236+190+252=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 190 (74.61% from 255 or 28.02% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECBEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEFC is #134103. Grayscale: #D2D2D2. Windows color (decimal): -1261828 or 16563948. OLE color: 16563948.

HSL color Cylindrical-coordinate representation of color #ECBEFC: hue angle of 284.52º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBEFC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236190252-
CMYK0.060.2500.01
HSL284.52º91.18%86.67%-
HSV(B)284.52º24.6%98.82%-
XYZ70.5861.69100.28-
YUV210.82151.24145.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.81%
GREEN value IS 190 (74.61% from 255) = 28.02%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=34.81%
G=28.02%
B=37.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361902520.060.2500.01284.5291.1886.67
HexECBEFC6190111d5b57
Octal35427637463101435133127
Binary111011001011111011111100110110010110001110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEFC; }

 p { color: rgb(236,190,252); }

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

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

 a { background-color: rgb(236,190,252); }

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

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

 span { border-color: rgb(236,190,252); }

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