#ECBDFF

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

Shades of Mauve #ECBDFF

Tints of Mauve #ECBDFF

Color information

#ECBDFF (or 0xECBDFF) is unknown color: approx Mauve. HEX triplet: EC, BD and FF. RGB value is (236,189,255). Sum of RGB (Red+Green+Blue) = 236+189+255=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDFF is #134200. Grayscale: #D2D2D2. Windows color (decimal): -1262081 or 16760300. OLE color: 16760300.

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

Color convert

RGB236189255-
CMYK0.070.2600
HSL282.73º100%87.06%-
HSV(B)282.73º25.88%100%-
XYZ70.8461.45102.73-
YUV210.58153.07146.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.71%
GREEN value IS 189 (74.22% from 255) = 27.79%
BLUE value IS 255 (100% from 255) = 37.5%
R=34.71%
G=27.79%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361892550.070.2600282.7310087.06
HexECBDFF71A0011b6457
Octal35427537773200433144127
Binary111011001011110111111111111110100010001101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDFF; }

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

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

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

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

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

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

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

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