#EEBDFD

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

Shades of Mauve #EEBDFD

Tints of Mauve #EEBDFD

Color information

#EEBDFD (or 0xEEBDFD) is unknown color: approx Mauve. HEX triplet: EE, BD and FD. RGB value is (238,189,253). Sum of RGB (Red+Green+Blue) = 238+189+253=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDFD is #114202. Grayscale: #D2D2D2. Windows color (decimal): -1131011 or 16629230. OLE color: 16629230.

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

Color convert

RGB238189253-
CMYK0.060.2500.01
HSL285.94º94.12%86.67%-
HSV(B)285.94º25.3%99.22%-
XYZ71.1961.66101.08-
YUV210.95151.73147.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 189 (74.22% from 255) = 27.79%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=35%
G=27.79%
B=37.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381892530.060.2500.01285.9494.1286.67
HexEEBDFD6190111e5e57
Octal35627537563101436136127
Binary111011101011110111111101110110010110001111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDFD; }

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

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

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

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

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

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

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

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