#E0BBFD

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

Shades of Mauve #E0BBFD

Tints of Mauve #E0BBFD

Color information

#E0BBFD (or 0xE0BBFD) is unknown color: approx Mauve. HEX triplet: E0, BB and FD. RGB value is (224,187,253). Sum of RGB (Red+Green+Blue) = 224+187+253=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBFD is #1F4402. Grayscale: #CDCDCD. Windows color (decimal): -2049027 or 16628704. OLE color: 16628704.

HSL color Cylindrical-coordinate representation of color #E0BBFD: hue angle of 273.64º degrees, saturation: 0.94, 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 #E0BBFD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224187253-
CMYK0.110.2600.01
HSL273.64º94.29%86.27%-
HSV(B)273.64º26.09%99.22%-
XYZ66.2458.48100.72-
YUV205.59154.76141.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.73%
GREEN value IS 187 (73.44% from 255) = 28.16%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=33.73%
G=28.16%
B=38.10%

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
Decimal2241872530.110.2600.01273.6494.2986.27
HexE0BBFDB1A011125e56
Octal340273375133201422136126
Binary1110000010111011111111011011110100110001001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBFD; }

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

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

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

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

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

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

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

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