#EBBBF6

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

Shades of Mauve #EBBBF6

Tints of Mauve #EBBBF6

Color information

#EBBBF6 (or 0xEBBBF6) is unknown color: approx Mauve. HEX triplet: EB, BB and F6. RGB value is (235,187,246). Sum of RGB (Red+Green+Blue) = 235+187+246=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBBBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBF6 is #144409. Grayscale: #CFCFCF. Windows color (decimal): -1328138 or 16169963. OLE color: 16169963.

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

Color convert

RGB235187246-
CMYK0.040.2400.04
HSL288.81º76.62%84.9%-
HSV(B)288.81º23.98%96.47%-
XYZ68.6759.8695.12-
YUV208.08149.4147.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 246 (96.48% from 255) = 36.83%
R=35.18%
G=27.99%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351872460.040.2400.04288.8176.6284.9
HexEBBBF6418041214d55
Octal35327336643004441115125
Binary11101011101110111111011010011000010010010000110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBF6; }

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

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

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

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

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

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

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

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