#EEADFF

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

Shades of Mauve #EEADFF

Tints of Mauve #EEADFF

Color information

#EEADFF (or 0xEEADFF) is unknown color: approx Mauve. HEX triplet: EE, AD and FF. RGB value is (238,173,255). Sum of RGB (Red+Green+Blue) = 238+173+255=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADFF is #115200. Grayscale: #C9C9C9. Windows color (decimal): -1135105 or 16756206. OLE color: 16756206.

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

Color convert

RGB238173255-
CMYK0.070.3200
HSL287.56º100%83.92%-
HSV(B)287.56º32.16%100%-
XYZ68.2555.28101.68-
YUV201.78158.03153.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 173 (67.97% from 255) = 25.98%
BLUE value IS 255 (100% from 255) = 38.29%
R=35.74%
G=25.98%
B=38.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381732550.070.3200287.5610083.92
HexEEADFF720001206454
Octal35625537774000440144124
Binary1110111010101101111111111111000000010010000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADFF; }

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

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

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

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

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

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

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

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