#E7BDFE

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

Shades of Mauve #E7BDFE

Tints of Mauve #E7BDFE

Color information

#E7BDFE (or 0xE7BDFE) is unknown color: approx Mauve. HEX triplet: E7, BD and FE. RGB value is (231,189,254). Sum of RGB (Red+Green+Blue) = 231+189+254=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7BDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDFE is #184201. Grayscale: #D0D0D0. Windows color (decimal): -1589762 or 16694759. OLE color: 16694759.

HSL color Cylindrical-coordinate representation of color #E7BDFE: hue angle of 278.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7BDFE is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231189254-
CMYK0.090.2600.00
HSL278.77º97.01%86.86%-
HSV(B)278.77º25.59%99.61%-
XYZ69.0460.54101.81-
YUV208.97153.41143.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.27%
GREEN value IS 189 (74.22% from 255) = 28.04%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=34.27%
G=28.04%
B=37.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311892540.090.2600.00278.7797.0186.86
HexE7BDFE91A001176157
Octal347275376113200427141127
Binary1110011110111101111111101001110100010001011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDFE; }

 p { color: rgb(231,189,254); }

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

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

 a { background-color: rgb(231,189,254); }

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

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

 span { border-color: rgb(231,189,254); }

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