#ECB8FF

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

Shades of Mauve #ECB8FF

Tints of Mauve #ECB8FF

Color information

#ECB8FF (or 0xECB8FF) is unknown color: approx Mauve. HEX triplet: EC, B8 and FF. RGB value is (236,184,255). Sum of RGB (Red+Green+Blue) = 236+184+255=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 184 (72.27% from 255 or 27.26% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8FF is #134700. Grayscale: #CFCFCF. Windows color (decimal): -1263361 or 16759020. OLE color: 16759020.

HSL color Cylindrical-coordinate representation of color #ECB8FF: hue angle of 283.94º 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 #ECB8FF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236184255-
CMYK0.070.2800
HSL283.94º100%86.08%-
HSV(B)283.94º27.84%100%-
XYZ69.7859.33102.38-
YUV207.64154.73148.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 184 (72.27% from 255) = 27.26%
BLUE value IS 255 (100% from 255) = 37.78%
R=34.96%
G=27.26%
B=37.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361842550.070.2800283.9410086.08
HexECB8FF71C0011c6456
Octal35427037773400434144126
Binary111011001011100011111111111111000010001110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB8FF; }

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

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

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

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

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

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

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

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