#EBBBFF

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

Shades of Mauve #EBBBFF

Tints of Mauve #EBBBFF

Color information

#EBBBFF (or 0xEBBBFF) is unknown color: approx Mauve. HEX triplet: EB, BB and FF. RGB value is (235,187,255). Sum of RGB (Red+Green+Blue) = 235+187+255=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBFF is #144400. Grayscale: #D0D0D0. Windows color (decimal): -1328129 or 16759787. OLE color: 16759787.

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

Color convert

RGB235187255-
CMYK0.080.2700
HSL282.35º100%86.67%-
HSV(B)282.35º26.67%100%-
XYZ70.0860.42102.58-
YUV209.1153.9146.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 187 (73.44% from 255) = 27.62%
BLUE value IS 255 (100% from 255) = 37.67%
R=34.71%
G=27.62%
B=37.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351872550.080.2700282.3510086.67
HexEBBBFF81B0011a6457
Octal353273377103300432144127
Binary1110101110111011111111111000110110010001101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBFF; }

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

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

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

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

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

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

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

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