#ECBEFF

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

Shades of Mauve #ECBEFF

Tints of Mauve #ECBEFF

Color information

#ECBEFF (or 0xECBEFF) is unknown color: approx Mauve. HEX triplet: EC, BE and FF. RGB value is (236,190,255). Sum of RGB (Red+Green+Blue) = 236+190+255=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 190 (74.61% from 255 or 27.90% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECBEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEFF is #134100. Grayscale: #D2D2D2. Windows color (decimal): -1261825 or 16760556. OLE color: 16760556.

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

Color convert

RGB236190255-
CMYK0.070.2500
HSL282.46º100%87.25%-
HSV(B)282.46º25.49%100%-
XYZ71.0661.88102.81-
YUV211.16152.74145.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 190 (74.61% from 255) = 27.90%
BLUE value IS 255 (100% from 255) = 37.44%
R=34.65%
G=27.90%
B=37.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361902550.070.2500282.4610087.25
HexECBEFF7190011a6457
Octal35427637773100432144127
Binary111011001011111011111111111110010010001101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEFF; }

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

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

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

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

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

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

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

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