#ECB1FF

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

Shades of Mauve #ECB1FF

Tints of Mauve #ECB1FF

Color information

#ECB1FF (or 0xECB1FF) is unknown color: approx Mauve. HEX triplet: EC, B1 and FF. RGB value is (236,177,255). Sum of RGB (Red+Green+Blue) = 236+177+255=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 177 (69.53% from 255 or 26.50% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1FF is #134E00. Grayscale: #CBCBCB. Windows color (decimal): -1265153 or 16757228. OLE color: 16757228.

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

Color convert

RGB236177255-
CMYK0.070.3100
HSL285.38º100%84.71%-
HSV(B)285.38º30.59%100%-
XYZ68.3656.5101.91-
YUV203.53157.05151.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 177 (69.53% from 255) = 26.50%
BLUE value IS 255 (100% from 255) = 38.17%
R=35.33%
G=26.50%
B=38.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361772550.070.3100285.3810084.71
HexECB1FF71F0011d6455
Octal35426137773700435144125
Binary111011001011000111111111111111110010001110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1FF; }

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

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

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

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

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

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

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

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