#ECBEF5

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

Shades of Mauve #ECBEF5

Tints of Mauve #ECBEF5

Color information

#ECBEF5 (or 0xECBEF5) is unknown color: approx Mauve. HEX triplet: EC, BE and F5. RGB value is (236,190,245). Sum of RGB (Red+Green+Blue) = 236+190+245=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECBEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEF5 is #13410A. Grayscale: #D1D1D1. Windows color (decimal): -1261835 or 16105196. OLE color: 16105196.

HSL color Cylindrical-coordinate representation of color #ECBEF5: hue angle of 290.18º 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 #ECBEF5 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236190245-
CMYK0.040.2200.04
HSL290.18º73.33%85.29%-
HSV(B)290.18º22.45%96.08%-
XYZ69.4961.2594.55-
YUV210.02147.74146.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 190 (74.61% from 255) = 28.32%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=35.17%
G=28.32%
B=36.51%

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
Decimal2361902450.040.2200.04290.1873.3385.29
HexECBEF5416041224955
Octal35427636542604442111125
Binary11101100101111101111010110010110010010010001010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEF5; }

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

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

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

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

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

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

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

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