#EABDF2

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

Shades of Mauve #EABDF2

Tints of Mauve #EABDF2

Color information

#EABDF2 (or 0xEABDF2) is unknown color: approx Mauve. HEX triplet: EA, BD and F2. RGB value is (234,189,242). Sum of RGB (Red+Green+Blue) = 234+189+242=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #EABDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF2 is #15420D. Grayscale: #D0D0D0. Windows color (decimal): -1393166 or 15908330. OLE color: 15908330.

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

Color convert

RGB234189242-
CMYK0.030.2200.05
HSL290.94º67.09%84.51%-
HSV(B)290.94º21.9%94.9%-
XYZ68.1660.392.05-
YUV208.5146.91146.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 189 (74.22% from 255) = 28.42%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=35.19%
G=28.42%
B=36.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341892420.030.2200.05290.9467.0984.51
HexEABDF2316051234355
Octal35227536232605443103125
Binary1110101010111101111100101110110010110010001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDF2; }

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

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

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

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

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

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

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

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