#EEBDF8

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

Shades of Mauve #EEBDF8

Tints of Mauve #EEBDF8

Color information

#EEBDF8 (or 0xEEBDF8) is unknown color: approx Mauve. HEX triplet: EE, BD and F8. RGB value is (238,189,248). Sum of RGB (Red+Green+Blue) = 238+189+248=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEBDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF8 is #114207. Grayscale: #D2D2D2. Windows color (decimal): -1131016 or 16301550. OLE color: 16301550.

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

Color convert

RGB238189248-
CMYK0.040.2400.03
HSL289.83º80.82%85.69%-
HSV(B)289.83º23.79%97.25%-
XYZ70.461.3596.94-
YUV210.38149.23147.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 189 (74.22% from 255) = 28%
BLUE value IS 248 (97.27% from 255) = 36.74%
R=35.26%
G=28%
B=36.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2381892480.040.2400.03289.8380.8285.69
HexEEBDF8418031225156
Octal35627537043003442121126
Binary1110111010111101111110001001100001110010001010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDF8; }

 p { color: rgb(238,189,248); }

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

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

 a { background-color: rgb(238,189,248); }

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

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

 span { border-color: rgb(238,189,248); }

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