#EEBCF6

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

Shades of Mauve #EEBCF6

Tints of Mauve #EEBCF6

Color information

#EEBCF6 (or 0xEEBCF6) is unknown color: approx Mauve. HEX triplet: EE, BC and F6. RGB value is (238,188,246). Sum of RGB (Red+Green+Blue) = 238+188+246=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEBCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCF6 is #114309. Grayscale: #D1D1D1. Windows color (decimal): -1131274 or 16170222. OLE color: 16170222.

HSL color Cylindrical-coordinate representation of color #EEBCF6: hue angle of 291.72º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBCF6 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238188246-
CMYK0.030.2400.04
HSL291.72º76.32%85.1%-
HSV(B)291.72º23.58%96.47%-
XYZ69.8860.895.24-
YUV209.56148.56148.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 188 (73.83% from 255) = 27.98%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=35.42%
G=27.98%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381882460.030.2400.04291.7276.3285.1
HexEEBCF6318041244c55
Octal35627436633004444114125
Binary1110111010111100111101101111000010010010010010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCF6; }

 p { color: rgb(238,188,246); }

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

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

 a { background-color: rgb(238,188,246); }

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

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

 span { border-color: rgb(238,188,246); }

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