#D7B4EB

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

Shades of Mauve #D7B4EB

Tints of Mauve #D7B4EB

Color information

#D7B4EB (or 0xD7B4EB) is unknown color: approx Mauve. HEX triplet: D7, B4 and EB. RGB value is (215,180,235). Sum of RGB (Red+Green+Blue) = 215+180+235=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B4EB is #284B14. Grayscale: #C4C4C4. Windows color (decimal): -2640661 or 15447255. OLE color: 15447255.

HSL color Cylindrical-coordinate representation of color #D7B4EB: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7B4EB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215180235-
CMYK0.090.2300.08
HSL278.18º57.89%81.37%-
HSV(B)278.18º23.4%92.16%-
XYZ59.3453.0985.72-
YUV196.74149.6141.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.13%
GREEN value IS 180 (70.70% from 255) = 28.57%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=34.13%
G=28.57%
B=37.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151802350.090.2300.08278.1857.8981.37
HexD7B4EB917081163a51
Octal327264353112701042672121
Binary110101111011010011101011100110111010001000101101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B4EB; }

 p { color: rgb(215,180,235); }

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

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

 a { background-color: rgb(215,180,235); }

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

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

 span { border-color: rgb(215,180,235); }

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