#EEADFB

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

Shades of Mauve #EEADFB

Tints of Mauve #EEADFB

Color information

#EEADFB (or 0xEEADFB) is unknown color: approx Mauve. HEX triplet: EE, AD and FB. RGB value is (238,173,251). Sum of RGB (Red+Green+Blue) = 238+173+251=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADFB is #115204. Grayscale: #C9C9C9. Windows color (decimal): -1135109 or 16494062. OLE color: 16494062.

HSL color Cylindrical-coordinate representation of color #EEADFB: hue angle of 290º 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 #EEADFB is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238173251-
CMYK0.050.3100.02
HSL290º90.7%83.14%-
HSV(B)290º31.08%98.43%-
XYZ67.6255.0398.32-
YUV201.33156.03154.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 173 (67.97% from 255) = 26.13%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=35.95%
G=26.13%
B=37.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381732510.050.3100.0229090.783.14
HexEEADFB51F021225b53
Octal35625537353702442133123
Binary1110111010101101111110111011111101010010001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADFB; }

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

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

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

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

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

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

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

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