#EEADFE

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

Shades of Mauve #EEADFE

Tints of Mauve #EEADFE

Color information

#EEADFE (or 0xEEADFE) is unknown color: approx Mauve. HEX triplet: EE, AD and FE. RGB value is (238,173,254). Sum of RGB (Red+Green+Blue) = 238+173+254=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADFE is #115201. Grayscale: #C9C9C9. Windows color (decimal): -1135106 or 16690670. OLE color: 16690670.

HSL color Cylindrical-coordinate representation of color #EEADFE: hue angle of 288.15º 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 #EEADFE is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238173254-
CMYK0.060.3200.00
HSL288.15º97.59%83.73%-
HSV(B)288.15º31.89%99.61%-
XYZ68.0955.22100.84-
YUV201.67157.53153.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 173 (67.97% from 255) = 26.02%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=35.79%
G=26.02%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381732540.060.3200.00288.1597.5983.73
HexEEADFE620001206254
Octal35625537664000440142124
Binary1110111010101101111111101101000000010010000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADFE; }

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

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

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

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

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

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

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

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