#E8BDFC

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

Shades of Mauve #E8BDFC

Tints of Mauve #E8BDFC

Color information

#E8BDFC (or 0xE8BDFC) is unknown color: approx Mauve. HEX triplet: E8, BD and FC. RGB value is (232,189,252). Sum of RGB (Red+Green+Blue) = 232+189+252=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8BDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDFC is #174203. Grayscale: #D0D0D0. Windows color (decimal): -1524228 or 16563688. OLE color: 16563688.

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

Color convert

RGB232189252-
CMYK0.080.2500.01
HSL280.95º91.3%86.47%-
HSV(B)280.95º25%98.82%-
XYZ69.0560.58100.15-
YUV209.04152.25144.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.47%
GREEN value IS 189 (74.22% from 255) = 28.08%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=34.47%
G=28.08%
B=37.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321892520.080.2500.01280.9591.386.47
HexE8BDFC819011195b56
Octal350275374103101431133126
Binary1110100010111101111111001000110010110001100110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDFC; }

 p { color: rgb(232,189,252); }

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

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

 a { background-color: rgb(232,189,252); }

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

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

 span { border-color: rgb(232,189,252); }

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