#EEBDF9

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

Shades of Mauve #EEBDF9

Tints of Mauve #EEBDF9

Color information

#EEBDF9 (or 0xEEBDF9) is unknown color: approx Mauve. HEX triplet: EE, BD and F9. RGB value is (238,189,249). Sum of RGB (Red+Green+Blue) = 238+189+249=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEBDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF9 is #114206. Grayscale: #D2D2D2. Windows color (decimal): -1131015 or 16367086. OLE color: 16367086.

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

Color convert

RGB238189249-
CMYK0.040.2400.02
HSL289º83.33%85.88%-
HSV(B)289º24.1%97.65%-
XYZ70.5661.4197.76-
YUV210.49149.73147.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 189 (74.22% from 255) = 27.96%
BLUE value IS 249 (97.66% from 255) = 36.83%
R=35.21%
G=27.96%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381892490.040.2400.0228983.3385.88
HexEEBDF9418021215356
Octal35627537143002441123126
Binary1110111010111101111110011001100001010010000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDF9; }

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

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

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

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

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

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

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

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