#EEBFFF

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

Shades of Mauve #EEBFFF

Tints of Mauve #EEBFFF

Color information

#EEBFFF (or 0xEEBFFF) is unknown color: approx Mauve. HEX triplet: EE, BF and FF. RGB value is (238,191,255). Sum of RGB (Red+Green+Blue) = 238+191+255=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFFF is #114000. Grayscale: #D4D4D4. Windows color (decimal): -1130497 or 16760814. OLE color: 16760814.

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

Color convert

RGB238191255-
CMYK0.070.2500
HSL284.06º100%87.45%-
HSV(B)284.06º25.1%100%-
XYZ71.9462.66102.91-
YUV212.35152.07146.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 191 (75% from 255) = 27.92%
BLUE value IS 255 (100% from 255) = 37.28%
R=34.80%
G=27.92%
B=37.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381912550.070.2500284.0610087.45
HexEEBFFF7190011c6457
Octal35627737773100434144127
Binary111011101011111111111111111110010010001110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFFF; }

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

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

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

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

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

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

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

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