#EABDF8

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

Shades of Mauve #EABDF8

Tints of Mauve #EABDF8

Color information

#EABDF8 (or 0xEABDF8) is unknown color: approx Mauve. HEX triplet: EA, BD and F8. RGB value is (234,189,248). Sum of RGB (Red+Green+Blue) = 234+189+248=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #EABDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF8 is #154207. Grayscale: #D0D0D0. Windows color (decimal): -1393160 or 16301546. OLE color: 16301546.

HSL color Cylindrical-coordinate representation of color #EABDF8: hue angle of 285.76º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EABDF8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234189248-
CMYK0.060.2400.03
HSL285.76º80.82%85.69%-
HSV(B)285.76º23.79%97.25%-
XYZ69.0760.6696.88-
YUV209.18149.91145.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 248 (97.27% from 255) = 36.96%
R=34.87%
G=28.17%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341892480.060.2400.03285.7680.8285.69
HexEABDF86180311e5156
Octal35227537063003436121126
Binary1110101010111101111110001101100001110001111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDF8; }

 p { color: rgb(234,189,248); }

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

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

 a { background-color: rgb(234,189,248); }

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

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

 span { border-color: rgb(234,189,248); }

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