#EBADF6

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

Shades of Mauve #EBADF6

Tints of Mauve #EBADF6

Color information

#EBADF6 (or 0xEBADF6) is unknown color: approx Mauve. HEX triplet: EB, AD and F6. RGB value is (235,173,246). Sum of RGB (Red+Green+Blue) = 235+173+246=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADF6 is #145209. Grayscale: #C7C7C7. Windows color (decimal): -1331722 or 16166379. OLE color: 16166379.

HSL color Cylindrical-coordinate representation of color #EBADF6: hue angle of 290.96º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBADF6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235173246-
CMYK0.040.3000.04
HSL290.96º80.22%82.16%-
HSV(B)290.96º29.67%96.47%-
XYZ65.8454.294.18-
YUV199.86154.04153.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 173 (67.97% from 255) = 26.45%
BLUE value IS 246 (96.48% from 255) = 37.61%
R=35.93%
G=26.45%
B=37.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351732460.040.3000.04290.9680.2282.16
HexEBADF641E041235052
Octal35325536643604443120122
Binary11101011101011011111011010011110010010010001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADF6; }

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

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

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

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

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

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

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

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