#ebabff

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

Shades of Mauve #EBABFF

Tints of Mauve #EBABFF

Color information

#EBABFF (or 0xEBABFF) is unknown color: approx Mauve. HEX triplet: EB, AB and FF. RGB value is (235,171,255). Sum of RGB (Red+Green+Blue) = 235+171+255=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABFF is #145400. Grayscale: #C7C7C7. Windows color (decimal): -1332225 or 16755691. OLE color: 16755691.

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

Color convert

RGB235171255-
CMYK0.080.3300
HSL285.71º100%83.53%-
HSV(B)285.71º32.94%100%-
XYZ66.8754.01101.51-
YUV199.71159.2153.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 171 (67.19% from 255) = 25.87%
BLUE value IS 255 (100% from 255) = 38.58%
R=35.55%
G=25.87%
B=38.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351712550.080.3300285.7110083.53
HexEBABFF8210011e6454
Octal353253377104100436144124
Binary11101011101010111111111110001000010010001111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebabff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebabff; }

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

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

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

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

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

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

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

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