#EEBDF7

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

Shades of Mauve #EEBDF7

Tints of Mauve #EEBDF7

Color information

#EEBDF7 (or 0xEEBDF7) is unknown color: approx Mauve. HEX triplet: EE, BD and F7. RGB value is (238,189,247). Sum of RGB (Red+Green+Blue) = 238+189+247=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEBDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF7 is #114208. Grayscale: #D2D2D2. Windows color (decimal): -1131017 or 16236014. OLE color: 16236014.

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

Color convert

RGB238189247-
CMYK0.040.2300.03
HSL290.69º78.38%85.49%-
HSV(B)290.69º23.48%96.86%-
XYZ70.2561.2996.12-
YUV210.26148.73147.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 189 (74.22% from 255) = 28.04%
BLUE value IS 247 (96.88% from 255) = 36.65%
R=35.31%
G=28.04%
B=36.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2381892470.040.2300.03290.6978.3885.49
HexEEBDF7417031234e55
Octal35627536742703443116125
Binary1110111010111101111101111001011101110010001110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDF7; }

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

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

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

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

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

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

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

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