#E0B9FD

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

Shades of Mauve #E0B9FD

Tints of Mauve #E0B9FD

Color information

#E0B9FD (or 0xE0B9FD) is unknown color: approx Mauve. HEX triplet: E0, B9 and FD. RGB value is (224,185,253). Sum of RGB (Red+Green+Blue) = 224+185+253=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0B9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B9FD is #1F4602. Grayscale: #CCCCCC. Windows color (decimal): -2049539 or 16628192. OLE color: 16628192.

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

Color convert

RGB224185253-
CMYK0.110.2700.01
HSL274.41º94.44%85.88%-
HSV(B)274.41º26.88%99.22%-
XYZ65.8257.64100.58-
YUV204.41155.42141.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 185 (72.66% from 255) = 27.95%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=33.84%
G=27.95%
B=38.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241852530.110.2700.01274.4194.4485.88
HexE0B9FDB1B011125e56
Octal340271375133301422136126
Binary1110000010111001111111011011110110110001001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9FD; }

 p { color: rgb(224,185,253); }

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

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

 a { background-color: rgb(224,185,253); }

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

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

 span { border-color: rgb(224,185,253); }

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