#EBB9F6

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

Shades of Mauve #EBB9F6

Tints of Mauve #EBB9F6

Color information

#EBB9F6 (or 0xEBB9F6) is unknown color: approx Mauve. HEX triplet: EB, B9 and F6. RGB value is (235,185,246). Sum of RGB (Red+Green+Blue) = 235+185+246=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 185 (72.66% from 255 or 27.78% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBB9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB9F6 is #144609. Grayscale: #CECECE. Windows color (decimal): -1328650 or 16169451. OLE color: 16169451.

HSL color Cylindrical-coordinate representation of color #EBB9F6: hue angle of 289.18º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB9F6 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235185246-
CMYK0.040.2500.04
HSL289.18º77.22%84.51%-
HSV(B)289.18º24.8%96.47%-
XYZ68.2459.0194.98-
YUV206.9150.06148.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 185 (72.66% from 255) = 27.78%
BLUE value IS 246 (96.48% from 255) = 36.94%
R=35.29%
G=27.78%
B=36.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351852460.040.2500.04289.1877.2284.51
HexEBB9F6419041214d55
Octal35327136643104441115125
Binary11101011101110011111011010011001010010010000110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9F6; }

 p { color: rgb(235,185,246); }

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

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

 a { background-color: rgb(235,185,246); }

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

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

 span { border-color: rgb(235,185,246); }

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