#ECB7FF

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

Shades of Mauve #ECB7FF

Tints of Mauve #ECB7FF

Color information

#ECB7FF (or 0xECB7FF) is unknown color: approx Mauve. HEX triplet: EC, B7 and FF. RGB value is (236,183,255). Sum of RGB (Red+Green+Blue) = 236+183+255=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7FF is #134800. Grayscale: #CECECE. Windows color (decimal): -1263617 or 16758764. OLE color: 16758764.

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

Color convert

RGB236183255-
CMYK0.070.2800
HSL284.17º100%85.88%-
HSV(B)284.17º28.24%100%-
XYZ69.5858.92102.31-
YUV207.05155.06148.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 183 (71.88% from 255) = 27.15%
BLUE value IS 255 (100% from 255) = 37.83%
R=35.01%
G=27.15%
B=37.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361832550.070.2800284.1710085.88
HexECB7FF71C0011c6456
Octal35426737773400434144126
Binary111011001011011111111111111111000010001110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7FF; }

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

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

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

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

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

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

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

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