#ECB4FF

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

Shades of Mauve #ECB4FF

Tints of Mauve #ECB4FF

Color information

#ECB4FF (or 0xECB4FF) is unknown color: approx Mauve. HEX triplet: EC, B4 and FF. RGB value is (236,180,255). Sum of RGB (Red+Green+Blue) = 236+180+255=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4FF is #134B00. Grayscale: #CDCDCD. Windows color (decimal): -1264385 or 16757996. OLE color: 16757996.

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

Color convert

RGB236180255-
CMYK0.070.2900
HSL284.8º100%85.29%-
HSV(B)284.8º29.41%100%-
XYZ68.9657.7102.11-
YUV205.29156.05149.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 180 (70.70% from 255) = 26.83%
BLUE value IS 255 (100% from 255) = 38.00%
R=35.17%
G=26.83%
B=38.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361802550.070.2900284.810085.29
HexECB4FF71D0011d6455
Octal35426437773500435144125
Binary111011001011010011111111111111010010001110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4FF; }

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

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

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

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

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

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

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

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