#EBADF3

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

Shades of Mauve #EBADF3

Tints of Mauve #EBADF3

Color information

#EBADF3 (or 0xEBADF3) is unknown color: approx Mauve. HEX triplet: EB, AD and F3. RGB value is (235,173,243). Sum of RGB (Red+Green+Blue) = 235+173+243=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADF3 is #14520C. Grayscale: #C7C7C7. Windows color (decimal): -1331725 or 15969771. OLE color: 15969771.

HSL color Cylindrical-coordinate representation of color #EBADF3: hue angle of 293.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBADF3 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235173243-
CMYK0.030.2900.05
HSL293.14º74.47%81.57%-
HSV(B)293.14º28.81%95.29%-
XYZ65.3854.0291.77-
YUV199.52152.54153.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 173 (67.97% from 255) = 26.57%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=36.10%
G=26.57%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351732430.030.2900.05293.1474.4781.57
HexEBADF331D051254a52
Octal35325536333505445112122
Binary1110101110101101111100111111101010110010010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADF3; }

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

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

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

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

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

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

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

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