#EBAFFF

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

Shades of Mauve #EBAFFF

Tints of Mauve #EBAFFF

Color information

#EBAFFF (or 0xEBAFFF) is unknown color: approx Mauve. HEX triplet: EB, AF and FF. RGB value is (235,175,255). Sum of RGB (Red+Green+Blue) = 235+175+255=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFFF is #145000. Grayscale: #C9C9C9. Windows color (decimal): -1331201 or 16756715. OLE color: 16756715.

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

Color convert

RGB235175255-
CMYK0.080.3100
HSL285º100%84.31%-
HSV(B)285º31.37%100%-
XYZ67.6455.54101.76-
YUV202.06157.88151.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 175 (68.75% from 255) = 26.32%
BLUE value IS 255 (100% from 255) = 38.35%
R=35.34%
G=26.32%
B=38.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351752550.080.310028510084.31
HexEBAFFF81F0011d6454
Octal353257377103700435144124
Binary1110101110101111111111111000111110010001110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFFF; }

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

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

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

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

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

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

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

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