#E0BCF9

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

Shades of Mauve #E0BCF9

Tints of Mauve #E0BCF9

Color information

#E0BCF9 (or 0xE0BCF9) is unknown color: approx Mauve. HEX triplet: E0, BC and F9. RGB value is (224,188,249). Sum of RGB (Red+Green+Blue) = 224+188+249=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCF9 is #1F4306. Grayscale: #CDCDCD. Windows color (decimal): -2048775 or 16366816. OLE color: 16366816.

HSL color Cylindrical-coordinate representation of color #E0BCF9: hue angle of 275.41º degrees, saturation: 0.84, 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 #E0BCF9 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224188249-
CMYK0.100.2400.02
HSL275.41º83.56%85.69%-
HSV(B)275.41º24.5%97.65%-
XYZ65.8258.6597.47-
YUV205.72152.43141.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.89%
GREEN value IS 188 (73.83% from 255) = 28.44%
BLUE value IS 249 (97.66% from 255) = 37.67%
R=33.89%
G=28.44%
B=37.67%

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
Decimal2241882490.100.2400.02275.4183.5685.69
HexE0BCF9A18021135456
Octal340274371123002423124126
Binary11100000101111001111100110101100001010001001110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCF9; }

 p { color: rgb(224,188,249); }

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

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

 a { background-color: rgb(224,188,249); }

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

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

 span { border-color: rgb(224,188,249); }

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