#EBB3F6

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

Shades of Mauve #EBB3F6

Tints of Mauve #EBB3F6

Color information

#EBB3F6 (or 0xEBB3F6) is unknown color: approx Mauve. HEX triplet: EB, B3 and F6. RGB value is (235,179,246). Sum of RGB (Red+Green+Blue) = 235+179+246=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 179 (70.31% from 255 or 27.12% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBB3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB3F6 is #144C09. Grayscale: #CBCBCB. Windows color (decimal): -1330186 or 16167915. OLE color: 16167915.

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

Color convert

RGB235179246-
CMYK0.040.2700.04
HSL290.15º78.82%83.33%-
HSV(B)290.15º27.24%96.47%-
XYZ67.0256.5694.57-
YUV203.38152.05150.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 179 (70.31% from 255) = 27.12%
BLUE value IS 246 (96.48% from 255) = 37.27%
R=35.61%
G=27.12%
B=37.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351792460.040.2700.04290.1578.8283.33
HexEBB3F641B041224f53
Octal35326336643304442117123
Binary11101011101100111111011010011011010010010001010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3F6; }

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

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

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

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

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

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

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

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