#E0BDFA

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

Shades of Mauve #E0BDFA

Tints of Mauve #E0BDFA

Color information

#E0BDFA (or 0xE0BDFA) is unknown color: approx Mauve. HEX triplet: E0, BD and FA. RGB value is (224,189,250). Sum of RGB (Red+Green+Blue) = 224+189+250=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDFA is #1F4205. Grayscale: #CECECE. Windows color (decimal): -2048518 or 16432608. OLE color: 16432608.

HSL color Cylindrical-coordinate representation of color #E0BDFA: hue angle of 274.43º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BDFA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224189250-
CMYK0.100.2400.02
HSL274.43º85.92%86.08%-
HSV(B)274.43º24.4%98.04%-
XYZ66.1959.1498.37-
YUV206.42152.6140.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.79%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=33.79%
G=28.51%
B=37.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241892500.100.2400.02274.4385.9286.08
HexE0BDFAA18021125656
Octal340275372123002422126126
Binary11100000101111011111101010101100001010001001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDFA; }

 p { color: rgb(224,189,250); }

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

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

 a { background-color: rgb(224,189,250); }

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

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

 span { border-color: rgb(224,189,250); }

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