#EBB7FF

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

Shades of Mauve #EBB7FF

Tints of Mauve #EBB7FF

Color information

#EBB7FF (or 0xEBB7FF) is unknown color: approx Mauve. HEX triplet: EB, B7 and FF. RGB value is (235,183,255). Sum of RGB (Red+Green+Blue) = 235+183+255=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 183 (71.88% from 255 or 27.19% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB7FF is #144800. Grayscale: #CECECE. Windows color (decimal): -1329153 or 16758763. OLE color: 16758763.

HSL color Cylindrical-coordinate representation of color #EBB7FF: hue angle of 283.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB7FF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235183255-
CMYK0.080.2800
HSL283.33º100%85.88%-
HSV(B)283.33º28.24%100%-
XYZ69.2458.75102.3-
YUV206.76155.23148.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 183 (71.88% from 255) = 27.19%
BLUE value IS 255 (100% from 255) = 37.89%
R=34.92%
G=27.19%
B=37.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351832550.080.2800283.3310085.88
HexEBB7FF81C0011b6456
Octal353267377103400433144126
Binary1110101110110111111111111000111000010001101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7FF; }

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

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

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

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

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

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

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

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