#E7BDFD

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

Shades of Mauve #E7BDFD

Tints of Mauve #E7BDFD

Color information

#E7BDFD (or 0xE7BDFD) is unknown color: approx Mauve. HEX triplet: E7, BD and FD. RGB value is (231,189,253). Sum of RGB (Red+Green+Blue) = 231+189+253=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7BDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDFD is #184202. Grayscale: #D0D0D0. Windows color (decimal): -1589763 or 16629223. OLE color: 16629223.

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

Color convert

RGB231189253-
CMYK0.090.2500.01
HSL279.38º94.12%86.67%-
HSV(B)279.38º25.3%99.22%-
XYZ68.8860.48100.97-
YUV208.85152.91143.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.32%
GREEN value IS 189 (74.22% from 255) = 28.08%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=34.32%
G=28.08%
B=37.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311892530.090.2500.01279.3894.1286.67
HexE7BDFD919011175e57
Octal347275375113101427136127
Binary1110011110111101111111011001110010110001011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDFD; }

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

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

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

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

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

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

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

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