#EAADFB

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

Shades of Mauve #EAADFB

Tints of Mauve #EAADFB

Color information

#EAADFB (or 0xEAADFB) is unknown color: approx Mauve. HEX triplet: EA, AD and FB. RGB value is (234,173,251). Sum of RGB (Red+Green+Blue) = 234+173+251=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADFB is #155204. Grayscale: #C7C7C7. Windows color (decimal): -1397253 or 16494058. OLE color: 16494058.

HSL color Cylindrical-coordinate representation of color #EAADFB: hue angle of 286.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAADFB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234173251-
CMYK0.070.3100.02
HSL286.92º90.7%83.14%-
HSV(B)286.92º31.08%98.43%-
XYZ66.2954.3498.26-
YUV200.13156.71152.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 173 (67.97% from 255) = 26.29%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=35.56%
G=26.29%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341732510.070.3100.02286.9290.783.14
HexEAADFB71F0211f5b53
Octal35225537373702437133123
Binary1110101010101101111110111111111101010001111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADFB; }

 p { color: rgb(234,173,251); }

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

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

 a { background-color: rgb(234,173,251); }

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

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

 span { border-color: rgb(234,173,251); }

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