#E0BCFD

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

Shades of Mauve #E0BCFD

Tints of Mauve #E0BCFD

Color information

#E0BCFD (or 0xE0BCFD) is unknown color: approx Mauve. HEX triplet: E0, BC and FD. RGB value is (224,188,253). Sum of RGB (Red+Green+Blue) = 224+188+253=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCFD is #1F4302. Grayscale: #CDCDCD. Windows color (decimal): -2048771 or 16628960. OLE color: 16628960.

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

Color convert

RGB224188253-
CMYK0.110.2600.01
HSL273.23º94.2%86.47%-
HSV(B)273.23º25.69%99.22%-
XYZ66.4558.91100.8-
YUV206.17154.43140.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.68%
GREEN value IS 188 (73.83% from 255) = 28.27%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=33.68%
G=28.27%
B=38.05%

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
Decimal2241882530.110.2600.01273.2394.286.47
HexE0BCFDB1A011115e56
Octal340274375133201421136126
Binary1110000010111100111111011011110100110001000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCFD; }

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

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

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

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

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

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

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

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