#EBADFE

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

Shades of Mauve #EBADFE

Tints of Mauve #EBADFE

Color information

#EBADFE (or 0xEBADFE) is unknown color: approx Mauve. HEX triplet: EB, AD and FE. RGB value is (235,173,254). Sum of RGB (Red+Green+Blue) = 235+173+254=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADFE is #145201. Grayscale: #C8C8C8. Windows color (decimal): -1331714 or 16690667. OLE color: 16690667.

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

Color convert

RGB235173254-
CMYK0.070.3200.00
HSL285.93º97.59%83.73%-
HSV(B)285.93º31.89%99.61%-
XYZ67.0954.71100.79-
YUV200.77158.04152.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 173 (67.97% from 255) = 26.13%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=35.50%
G=26.13%
B=38.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351732540.070.3200.00285.9397.5983.73
HexEBADFE7200011e6254
Octal35325537674000436142124
Binary1110101110101101111111101111000000010001111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADFE; }

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

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

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

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

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

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

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

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