#EEB5FC

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

Shades of Mauve #EEB5FC

Tints of Mauve #EEB5FC

Color information

#EEB5FC (or 0xEEB5FC) is unknown color: approx Mauve. HEX triplet: EE, B5 and FC. RGB value is (238,181,252). Sum of RGB (Red+Green+Blue) = 238+181+252=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEB5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5FC is #114A03. Grayscale: #CDCDCD. Windows color (decimal): -1133060 or 16561646. OLE color: 16561646.

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

Color convert

RGB238181252-
CMYK0.060.2800.01
HSL288.17º92.21%84.9%-
HSV(B)288.17º28.17%98.82%-
XYZ69.3558.2599.68-
YUV206.14153.88150.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 181 (71.09% from 255) = 26.97%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=35.47%
G=26.97%
B=37.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381812520.060.2800.01288.1792.2184.9
HexEEB5FC61C011205c55
Octal35626537463401440134125
Binary111011101011010111111100110111000110010000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB5FC; }

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

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

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

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

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

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

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

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