#EEBDF5

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

Shades of Mauve #EEBDF5

Tints of Mauve #EEBDF5

Color information

#EEBDF5 (or 0xEEBDF5) is unknown color: approx Mauve. HEX triplet: EE, BD and F5. RGB value is (238,189,245). Sum of RGB (Red+Green+Blue) = 238+189+245=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEBDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF5 is #11420A. Grayscale: #D1D1D1. Windows color (decimal): -1131019 or 16104942. OLE color: 16104942.

HSL color Cylindrical-coordinate representation of color #EEBDF5: hue angle of 292.5º degrees, saturation: 0.74, 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 #EEBDF5 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238189245-
CMYK0.030.2300.04
HSL292.5º73.68%85.1%-
HSV(B)292.5º22.86%96.08%-
XYZ69.9461.1694.51-
YUV210.04147.73147.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 189 (74.22% from 255) = 28.12%
BLUE value IS 245 (96.09% from 255) = 36.46%
R=35.42%
G=28.12%
B=36.46%

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
Decimal2381892450.030.2300.04292.573.6885.1
HexEEBDF5317041244a55
Octal35627536532704444112125
Binary1110111010111101111101011110111010010010010010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDF5; }

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

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

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

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

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

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

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

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