#E0BDF4

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

Shades of Mauve #E0BDF4

Tints of Mauve #E0BDF4

Color information

#E0BDF4 (or 0xE0BDF4) is unknown color: approx Mauve. HEX triplet: E0, BD and F4. RGB value is (224,189,244). Sum of RGB (Red+Green+Blue) = 224+189+244=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0BDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDF4 is #1F420B. Grayscale: #CDCDCD. Windows color (decimal): -2048524 or 16039392. OLE color: 16039392.

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

Color convert

RGB224189244-
CMYK0.080.2300.04
HSL278.18º71.43%84.9%-
HSV(B)278.18º22.54%95.69%-
XYZ65.2758.7793.49-
YUV205.74149.6141.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.09%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 244 (95.70% from 255) = 37.14%
R=34.09%
G=28.77%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241892440.080.2300.04278.1871.4384.9
HexE0BDF4817041164755
Octal340275364102704426107125
Binary111000001011110111110100100010111010010001011010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDF4; }

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

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

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

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

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

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

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

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