#D7B5EB

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

Shades of Mauve #D7B5EB

Tints of Mauve #D7B5EB

Color information

#D7B5EB (or 0xD7B5EB) is unknown color: approx Mauve. HEX triplet: D7, B5 and EB. RGB value is (215,181,235). Sum of RGB (Red+Green+Blue) = 215+181+235=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B5EB is #284A14. Grayscale: #C5C5C5. Windows color (decimal): -2640405 or 15447511. OLE color: 15447511.

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

Color convert

RGB215181235-
CMYK0.090.2300.08
HSL277.78º57.45%81.57%-
HSV(B)277.78º22.98%92.16%-
XYZ59.5453.4985.78-
YUV197.32149.26140.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.07%
GREEN value IS 181 (71.09% from 255) = 28.68%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=34.07%
G=28.68%
B=37.24%

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
Decimal2151812350.090.2300.08277.7857.4581.57
HexD7B5EB917081163952
Octal327265353112701042671122
Binary110101111011010111101011100110111010001000101101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B5EB; }

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

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

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

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

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

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

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

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