#EABCF8

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

Shades of Mauve #EABCF8

Tints of Mauve #EABCF8

Color information

#EABCF8 (or 0xEABCF8) is unknown color: approx Mauve. HEX triplet: EA, BC and F8. RGB value is (234,188,248). Sum of RGB (Red+Green+Blue) = 234+188+248=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #EABCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF8 is #154307. Grayscale: #D0D0D0. Windows color (decimal): -1393416 or 16301290. OLE color: 16301290.

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

Color convert

RGB234188248-
CMYK0.060.2400.03
HSL286º81.08%85.49%-
HSV(B)286º24.19%97.25%-
XYZ68.8660.2496.8-
YUV208.59150.24146.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 188 (73.83% from 255) = 28.06%
BLUE value IS 248 (97.27% from 255) = 37.01%
R=34.93%
G=28.06%
B=37.01%

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
Decimal2341882480.060.2400.0328681.0885.49
HexEABCF86180311e5155
Octal35227437063003436121125
Binary1110101010111100111110001101100001110001111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCF8; }

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

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

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

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

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

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

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

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