#EEBFF6

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

Shades of Mauve #EEBFF6

Tints of Mauve #EEBFF6

Color information

#EEBFF6 (or 0xEEBFF6) is unknown color: approx Mauve. HEX triplet: EE, BF and F6. RGB value is (238,191,246). Sum of RGB (Red+Green+Blue) = 238+191+246=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEBFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFF6 is #114009. Grayscale: #D3D3D3. Windows color (decimal): -1130506 or 16170990. OLE color: 16170990.

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

Color convert

RGB238191246-
CMYK0.030.2200.04
HSL291.27º75.34%85.69%-
HSV(B)291.27º22.36%96.47%-
XYZ70.5362.0995.46-
YUV211.32147.57147.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 191 (75% from 255) = 28.30%
BLUE value IS 246 (96.48% from 255) = 36.44%
R=35.26%
G=28.30%
B=36.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381912460.030.2200.04291.2775.3485.69
HexEEBFF6316041234b56
Octal35627736632604443113126
Binary1110111010111111111101101110110010010010001110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFF6; }

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

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

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

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

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

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

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

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