#EBB7FA

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

Shades of Mauve #EBB7FA

Tints of Mauve #EBB7FA

Color information

#EBB7FA (or 0xEBB7FA) is unknown color: approx Mauve. HEX triplet: EB, B7 and FA. RGB value is (235,183,250). Sum of RGB (Red+Green+Blue) = 235+183+250=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBB7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB7FA is #144805. Grayscale: #CDCDCD. Windows color (decimal): -1329158 or 16431083. OLE color: 16431083.

HSL color Cylindrical-coordinate representation of color #EBB7FA: hue angle of 286.57º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBB7FA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235183250-
CMYK0.060.2700.02
HSL286.57º87.01%84.9%-
HSV(B)286.57º26.8%98.04%-
XYZ68.4558.4398.11-
YUV206.19152.73148.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 183 (71.88% from 255) = 27.40%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=35.18%
G=27.40%
B=37.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351832500.060.2700.02286.5787.0184.9
HexEBB7FA61B0211f5755
Octal35326737263302437127125
Binary1110101110110111111110101101101101010001111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7FA; }

 p { color: rgb(235,183,250); }

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

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

 a { background-color: rgb(235,183,250); }

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

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

 span { border-color: rgb(235,183,250); }

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