#EBBBF7

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

Shades of Mauve #EBBBF7

Tints of Mauve #EBBBF7

Color information

#EBBBF7 (or 0xEBBBF7) is unknown color: approx Mauve. HEX triplet: EB, BB and F7. RGB value is (235,187,247). Sum of RGB (Red+Green+Blue) = 235+187+247=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBBBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBF7 is #144408. Grayscale: #D0D0D0. Windows color (decimal): -1328137 or 16235499. OLE color: 16235499.

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

Color convert

RGB235187247-
CMYK0.050.2400.03
HSL288º78.95%85.1%-
HSV(B)288º24.29%96.86%-
XYZ68.8259.9295.93-
YUV208.19149.9147.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 247 (96.88% from 255) = 36.92%
R=35.13%
G=27.95%
B=36.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351872470.050.2400.0328878.9585.1
HexEBBBF7518031204f55
Octal35327336753003440117125
Binary1110101110111011111101111011100001110010000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBF7; }

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

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

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

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

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

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

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

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