#E0BBF7

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

Shades of Mauve #E0BBF7

Tints of Mauve #E0BBF7

Color information

#E0BBF7 (or 0xE0BBF7) is unknown color: approx Mauve. HEX triplet: E0, BB and F7. RGB value is (224,187,247). Sum of RGB (Red+Green+Blue) = 224+187+247=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0BBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBF7 is #1F4408. Grayscale: #CCCCCC. Windows color (decimal): -2049033 or 16235488. OLE color: 16235488.

HSL color Cylindrical-coordinate representation of color #E0BBF7: hue angle of 277º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BBF7 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB224187247-
CMYK0.090.2400.03
HSL277º78.95%85.1%-
HSV(B)277º24.29%96.86%-
XYZ65.358.195.77-
YUV204.9151.76141.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.04%
GREEN value IS 187 (73.44% from 255) = 28.42%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=34.04%
G=28.42%
B=37.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2241872470.090.2400.0327778.9585.1
HexE0BBF7918031154f55
Octal340273367113003425117125
Binary11100000101110111111011110011100001110001010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBF7; }

 p { color: rgb(224,187,247); }

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

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

 a { background-color: rgb(224,187,247); }

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

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

 span { border-color: rgb(224,187,247); }

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