#EBADFA

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

Shades of Mauve #EBADFA

Tints of Mauve #EBADFA

Color information

#EBADFA (or 0xEBADFA) is unknown color: approx Mauve. HEX triplet: EB, AD and FA. RGB value is (235,173,250). Sum of RGB (Red+Green+Blue) = 235+173+250=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADFA is #145205. Grayscale: #C8C8C8. Windows color (decimal): -1331718 or 16428523. OLE color: 16428523.

HSL color Cylindrical-coordinate representation of color #EBADFA: hue angle of 288.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBADFA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235173250-
CMYK0.060.3100.02
HSL288.31º88.51%82.94%-
HSV(B)288.31º30.8%98.04%-
XYZ66.4654.4597.45-
YUV200.32156.04152.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 173 (67.97% from 255) = 26.29%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=35.71%
G=26.29%
B=37.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351732500.060.3100.02288.3188.5182.94
HexEBADFA61F021205953
Octal35325537263702440131123
Binary1110101110101101111110101101111101010010000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADFA; }

 p { color: rgb(235,173,250); }

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

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

 a { background-color: rgb(235,173,250); }

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

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

 span { border-color: rgb(235,173,250); }

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