#EBB7FC

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

Shades of Mauve #EBB7FC

Tints of Mauve #EBB7FC

Color information

#EBB7FC (or 0xEBB7FC) is unknown color: approx Mauve. HEX triplet: EB, B7 and FC. RGB value is (235,183,252). Sum of RGB (Red+Green+Blue) = 235+183+252=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 183 (71.88% from 255 or 27.31% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBB7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB7FC is #144803. Grayscale: #CECECE. Windows color (decimal): -1329156 or 16562155. OLE color: 16562155.

HSL color Cylindrical-coordinate representation of color #EBB7FC: hue angle of 285.22º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBB7FC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235183252-
CMYK0.070.2700.01
HSL285.22º92%85.29%-
HSV(B)285.22º27.38%98.82%-
XYZ68.7758.5699.77-
YUV206.41153.73148.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 183 (71.88% from 255) = 27.31%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=35.07%
G=27.31%
B=37.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351832520.070.2700.01285.229285.29
HexEBB7FC71B0111d5c55
Octal35326737473301435134125
Binary111010111011011111111100111110110110001110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7FC; }

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

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

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

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

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

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

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

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