#E0BAFD

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

Shades of Mauve #E0BAFD

Tints of Mauve #E0BAFD

Color information

#E0BAFD (or 0xE0BAFD) is unknown color: approx Mauve. HEX triplet: E0, BA and FD. RGB value is (224,186,253). Sum of RGB (Red+Green+Blue) = 224+186+253=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAFD is #1F4502. Grayscale: #CCCCCC. Windows color (decimal): -2049283 or 16628448. OLE color: 16628448.

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

Color convert

RGB224186253-
CMYK0.110.2600.01
HSL274.03º94.37%86.08%-
HSV(B)274.03º26.48%99.22%-
XYZ66.0358.06100.65-
YUV205155.09141.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.79%
GREEN value IS 186 (73.05% from 255) = 28.05%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=33.79%
G=28.05%
B=38.16%

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
Decimal2241862530.110.2600.01274.0394.3786.08
HexE0BAFDB1A011125e56
Octal340272375133201422136126
Binary1110000010111010111111011011110100110001001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAFD; }

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

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

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

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

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

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

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

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