#ECB6FF

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

Shades of Mauve #ECB6FF

Tints of Mauve #ECB6FF

Color information

#ECB6FF (or 0xECB6FF) is unknown color: approx Mauve. HEX triplet: EC, B6 and FF. RGB value is (236,182,255). Sum of RGB (Red+Green+Blue) = 236+182+255=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 182 (71.48% from 255 or 27.04% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB6FF is #134900. Grayscale: #CECECE. Windows color (decimal): -1263873 or 16758508. OLE color: 16758508.

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

Color convert

RGB236182255-
CMYK0.070.2900
HSL284.38º100%85.69%-
HSV(B)284.38º28.63%100%-
XYZ69.3758.51102.24-
YUV206.47155.39149.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 182 (71.48% from 255) = 27.04%
BLUE value IS 255 (100% from 255) = 37.89%
R=35.07%
G=27.04%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361822550.070.2900284.3810085.69
HexECB6FF71D0011c6456
Octal35426637773500434144126
Binary111011001011011011111111111111010010001110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6FF; }

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

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

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

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

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

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

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

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