#EBBFF7

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

Shades of Mauve #EBBFF7

Tints of Mauve #EBBFF7

Color information

#EBBFF7 (or 0xEBBFF7) is unknown color: approx Mauve. HEX triplet: EB, BF and F7. RGB value is (235,191,247). Sum of RGB (Red+Green+Blue) = 235+191+247=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBBFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF7 is #144008. Grayscale: #D2D2D2. Windows color (decimal): -1327113 or 16236523. OLE color: 16236523.

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

Color convert

RGB235191247-
CMYK0.050.2300.03
HSL287.14º77.78%85.88%-
HSV(B)287.14º22.67%96.86%-
XYZ69.6861.6496.22-
YUV210.54148.58145.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 191 (75% from 255) = 28.38%
BLUE value IS 247 (96.88% from 255) = 36.70%
R=34.92%
G=28.38%
B=36.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351912470.050.2300.03287.1477.7885.88
HexEBBFF75170311f4e56
Octal35327736752703437116126
Binary1110101110111111111101111011011101110001111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFF7; }

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

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

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

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

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

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

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

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