#EEC4FF

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

Shades of Mauve #EEC4FF

Tints of Mauve #EEC4FF

Color information

#EEC4FF (or 0xEEC4FF) is unknown color: approx Mauve. HEX triplet: EE, C4 and FF. RGB value is (238,196,255). Sum of RGB (Red+Green+Blue) = 238+196+255=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 196 (76.95% from 255 or 28.45% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4FF is #113B00. Grayscale: #D7D7D7. Windows color (decimal): -1129217 or 16762094. OLE color: 16762094.

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

Color convert

RGB238196255-
CMYK0.070.2300
HSL282.71º100%88.43%-
HSV(B)282.71º23.14%100%-
XYZ73.0564.88103.28-
YUV215.28150.41144.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 196 (76.95% from 255) = 28.45%
BLUE value IS 255 (100% from 255) = 37.01%
R=34.54%
G=28.45%
B=37.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381962550.070.2300282.7110088.43
HexEEC4FF7170011b6458
Octal35630437772700433144130
Binary111011101100010011111111111101110010001101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4FF; }

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

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

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

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

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

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

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

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