#EBBFFF

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

Shades of Mauve #EBBFFF

Tints of Mauve #EBBFFF

Color information

#EBBFFF (or 0xEBBFFF) is unknown color: approx Mauve. HEX triplet: EB, BF and FF. RGB value is (235,191,255). Sum of RGB (Red+Green+Blue) = 235+191+255=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFFF is #144000. Grayscale: #D3D3D3. Windows color (decimal): -1327105 or 16760811. OLE color: 16760811.

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

Color convert

RGB235191255-
CMYK0.080.2500
HSL281.25º100%87.45%-
HSV(B)281.25º25.1%100%-
XYZ70.9462.14102.86-
YUV211.45152.58144.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 191 (75% from 255) = 28.05%
BLUE value IS 255 (100% from 255) = 37.44%
R=34.51%
G=28.05%
B=37.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351912550.080.2500281.2510087.45
HexEBBFFF819001196457
Octal353277377103100431144127
Binary1110101110111111111111111000110010010001100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFFF; }

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

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

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

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

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

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

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

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