#ECBDFA

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

Shades of Mauve #ECBDFA

Tints of Mauve #ECBDFA

Color information

#ECBDFA (or 0xECBDFA) is unknown color: approx Mauve. HEX triplet: EC, BD and FA. RGB value is (236,189,250). Sum of RGB (Red+Green+Blue) = 236+189+250=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECBDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDFA is #134205. Grayscale: #D1D1D1. Windows color (decimal): -1262086 or 16432620. OLE color: 16432620.

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

Color convert

RGB236189250-
CMYK0.060.2400.02
HSL286.23º85.92%86.08%-
HSV(B)286.23º24.4%98.04%-
XYZ70.0461.1398.55-
YUV210.01150.57146.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 189 (74.22% from 255) = 28%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=34.96%
G=28%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361892500.060.2400.02286.2385.9286.08
HexECBDFA6180211e5656
Octal35427537263002436126126
Binary1110110010111101111110101101100001010001111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDFA; }

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

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

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

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

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

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

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

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