#EEBDF6

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

Shades of Mauve #EEBDF6

Tints of Mauve #EEBDF6

Color information

#EEBDF6 (or 0xEEBDF6) is unknown color: approx Mauve. HEX triplet: EE, BD and F6. RGB value is (238,189,246). Sum of RGB (Red+Green+Blue) = 238+189+246=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEBDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF6 is #114209. Grayscale: #D1D1D1. Windows color (decimal): -1131018 or 16170478. OLE color: 16170478.

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

Color convert

RGB238189246-
CMYK0.030.2300.04
HSL291.58º76%85.29%-
HSV(B)291.58º23.17%96.47%-
XYZ70.0961.2395.31-
YUV210.15148.23147.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 189 (74.22% from 255) = 28.08%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=35.36%
G=28.08%
B=36.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381892460.030.2300.04291.587685.29
HexEEBDF6317041244c55
Octal35627536632704444114125
Binary1110111010111101111101101110111010010010010010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDF6; }

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

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

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

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

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

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

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

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