#ECB8FB

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

Shades of Mauve #ECB8FB

Tints of Mauve #ECB8FB

Color information

#ECB8FB (or 0xECB8FB) is unknown color: approx Mauve. HEX triplet: EC, B8 and FB. RGB value is (236,184,251). Sum of RGB (Red+Green+Blue) = 236+184+251=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECB8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8FB is #134704. Grayscale: #CECECE. Windows color (decimal): -1263365 or 16496876. OLE color: 16496876.

HSL color Cylindrical-coordinate representation of color #ECB8FB: hue angle of 286.57º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB8FB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236184251-
CMYK0.060.2700.02
HSL286.57º89.33%85.29%-
HSV(B)286.57º26.69%98.43%-
XYZ69.1559.0899.03-
YUV207.19152.73148.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 184 (72.27% from 255) = 27.42%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=35.17%
G=27.42%
B=37.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361842510.060.2700.02286.5789.3385.29
HexECB8FB61B0211f5955
Octal35427037363302437131125
Binary1110110010111000111110111101101101010001111110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB8FB; }

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

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

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

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

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

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

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

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