#EBBBF8

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

Shades of Mauve #EBBBF8

Tints of Mauve #EBBBF8

Color information

#EBBBF8 (or 0xEBBBF8) is unknown color: approx Mauve. HEX triplet: EB, BB and F8. RGB value is (235,187,248). Sum of RGB (Red+Green+Blue) = 235+187+248=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBBBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBF8 is #144407. Grayscale: #D0D0D0. Windows color (decimal): -1328136 or 16301035. OLE color: 16301035.

HSL color Cylindrical-coordinate representation of color #EBBBF8: hue angle of 287.21º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBBBF8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235187248-
CMYK0.050.2500.03
HSL287.21º81.33%85.29%-
HSV(B)287.21º24.6%97.25%-
XYZ68.9759.9896.75-
YUV208.31150.4147.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 187 (73.44% from 255) = 27.91%
BLUE value IS 248 (97.27% from 255) = 37.01%
R=35.07%
G=27.91%
B=37.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351872480.050.2500.03287.2181.3385.29
HexEBBBF85190311f5155
Octal35327337053103437121125
Binary1110101110111011111110001011100101110001111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBF8; }

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

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

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

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

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

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

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

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