#D7B7EB

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

Shades of Mauve #D7B7EB

Tints of Mauve #D7B7EB

Color information

#D7B7EB (or 0xD7B7EB) is unknown color: approx Mauve. HEX triplet: D7, B7 and EB. RGB value is (215,183,235). Sum of RGB (Red+Green+Blue) = 215+183+235=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7B7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B7EB is #284814. Grayscale: #C6C6C6. Windows color (decimal): -2639893 or 15448023. OLE color: 15448023.

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

Color convert

RGB215183235-
CMYK0.090.2200.08
HSL276.92º56.52%81.96%-
HSV(B)276.92º22.13%92.16%-
XYZ59.9554.3185.92-
YUV198.5148.6139.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.97%
GREEN value IS 183 (71.88% from 255) = 28.91%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=33.97%
G=28.91%
B=37.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151832350.090.2200.08276.9256.5281.96
HexD7B7EB916081153952
Octal327267353112601042571122
Binary110101111011011111101011100110110010001000101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B7EB; }

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

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

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

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

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

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

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

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