#EEADFC

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

Shades of Mauve #EEADFC

Tints of Mauve #EEADFC

Color information

#EEADFC (or 0xEEADFC) is unknown color: approx Mauve. HEX triplet: EE, AD and FC. RGB value is (238,173,252). Sum of RGB (Red+Green+Blue) = 238+173+252=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADFC is #115203. Grayscale: #C9C9C9. Windows color (decimal): -1135108 or 16559598. OLE color: 16559598.

HSL color Cylindrical-coordinate representation of color #EEADFC: hue angle of 289.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEADFC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238173252-
CMYK0.060.3100.01
HSL289.37º92.94%83.33%-
HSV(B)289.37º31.35%98.82%-
XYZ67.7755.0999.16-
YUV201.44156.53154.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.90%
GREEN value IS 173 (67.97% from 255) = 26.09%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=35.90%
G=26.09%
B=38.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381732520.060.3100.01289.3792.9483.33
HexEEADFC61F011215d53
Octal35625537463701441135123
Binary111011101010110111111100110111110110010000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADFC; }

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

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

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

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

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

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

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

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