#ECB8FE

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

Shades of Mauve #ECB8FE

Tints of Mauve #ECB8FE

Color information

#ECB8FE (or 0xECB8FE) is unknown color: approx Mauve. HEX triplet: EC, B8 and FE. RGB value is (236,184,254). Sum of RGB (Red+Green+Blue) = 236+184+254=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 184 (72.27% from 255 or 27.30% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8FE is #134701. Grayscale: #CFCFCF. Windows color (decimal): -1263362 or 16693484. OLE color: 16693484.

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

Color convert

RGB236184254-
CMYK0.070.2800.00
HSL284.57º97.22%85.88%-
HSV(B)284.57º27.56%99.61%-
XYZ69.6259.27101.54-
YUV207.53154.23148.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 184 (72.27% from 255) = 27.30%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=35.01%
G=27.30%
B=37.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361842540.070.2800.00284.5797.2285.88
HexECB8FE71C0011d6156
Octal35427037673400435141126
Binary111011001011100011111110111111000010001110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB8FE; }

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

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

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

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

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

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

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

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