#E0BBFC

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

Shades of Mauve #E0BBFC

Tints of Mauve #E0BBFC

Color information

#E0BBFC (or 0xE0BBFC) is unknown color: approx Mauve. HEX triplet: E0, BB and FC. RGB value is (224,187,252). Sum of RGB (Red+Green+Blue) = 224+187+252=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBFC is #1F4403. Grayscale: #CDCDCD. Windows color (decimal): -2049028 or 16563168. OLE color: 16563168.

HSL color Cylindrical-coordinate representation of color #E0BBFC: hue angle of 274.15º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0BBFC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224187252-
CMYK0.110.2600.01
HSL274.15º91.55%86.08%-
HSV(B)274.15º25.79%98.82%-
XYZ66.0858.4299.89-
YUV205.47154.26141.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.79%
GREEN value IS 187 (73.44% from 255) = 28.21%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=33.79%
G=28.21%
B=38.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241872520.110.2600.01274.1591.5586.08
HexE0BBFCB1A011125c56
Octal340273374133201422134126
Binary1110000010111011111111001011110100110001001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBFC; }

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

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

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

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

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

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

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

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