#EAADFE

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

Shades of Mauve #EAADFE

Tints of Mauve #EAADFE

Color information

#EAADFE (or 0xEAADFE) is unknown color: approx Mauve. HEX triplet: EA, AD and FE. RGB value is (234,173,254). Sum of RGB (Red+Green+Blue) = 234+173+254=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADFE is #155201. Grayscale: #C8C8C8. Windows color (decimal): -1397250 or 16690666. OLE color: 16690666.

HSL color Cylindrical-coordinate representation of color #EAADFE: hue angle of 285.19º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAADFE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234173254-
CMYK0.080.3200.00
HSL285.19º97.59%83.73%-
HSV(B)285.19º31.89%99.61%-
XYZ66.7654.54100.77-
YUV200.47158.21151.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 173 (67.97% from 255) = 26.17%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=35.40%
G=26.17%
B=38.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341732540.080.3200.00285.1997.5983.73
HexEAADFE8200011d6254
Octal352255376104000435142124
Binary11101010101011011111111010001000000010001110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADFE; }

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

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

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

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

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

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

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

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