#E0B8FD

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

Shades of Mauve #E0B8FD

Tints of Mauve #E0B8FD

Color information

#E0B8FD (or 0xE0B8FD) is unknown color: approx Mauve. HEX triplet: E0, B8 and FD. RGB value is (224,184,253). Sum of RGB (Red+Green+Blue) = 224+184+253=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 184 (72.27% from 255 or 27.84% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0B8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B8FD is #1F4702. Grayscale: #CBCBCB. Windows color (decimal): -2049795 or 16627936. OLE color: 16627936.

HSL color Cylindrical-coordinate representation of color #E0B8FD: hue angle of 274.78º degrees, saturation: 0.95, 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 #E0B8FD is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224184253-
CMYK0.110.2700.01
HSL274.78º94.52%85.69%-
HSV(B)274.78º27.27%99.22%-
XYZ65.6157.22100.52-
YUV203.83155.75142.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.89%
GREEN value IS 184 (72.27% from 255) = 27.84%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=33.89%
G=27.84%
B=38.28%

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
Decimal2241842530.110.2700.01274.7894.5285.69
HexE0B8FDB1B011135f56
Octal340270375133301423137126
Binary1110000010111000111111011011110110110001001110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B8FD; }

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

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

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

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

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

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

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

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