#EABDF5

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

Shades of Mauve #EABDF5

Tints of Mauve #EABDF5

Color information

#EABDF5 (or 0xEABDF5) is unknown color: approx Mauve. HEX triplet: EA, BD and F5. RGB value is (234,189,245). Sum of RGB (Red+Green+Blue) = 234+189+245=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #EABDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF5 is #15420A. Grayscale: #D0D0D0. Windows color (decimal): -1393163 or 16104938. OLE color: 16104938.

HSL color Cylindrical-coordinate representation of color #EABDF5: hue angle of 288.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABDF5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234189245-
CMYK0.040.2300.04
HSL288.21º73.68%85.1%-
HSV(B)288.21º22.86%96.08%-
XYZ68.6160.4894.44-
YUV208.84148.41145.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 189 (74.22% from 255) = 28.29%
BLUE value IS 245 (96.09% from 255) = 36.68%
R=35.03%
G=28.29%
B=36.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341892450.040.2300.04288.2173.6885.1
HexEABDF5417041204a55
Octal35227536542704440112125
Binary11101010101111011111010110010111010010010000010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDF5; }

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

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

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

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

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

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

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

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