#D7B9F6

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

Shades of Mauve #D7B9F6

Tints of Mauve #D7B9F6

Color information

#D7B9F6 (or 0xD7B9F6) is unknown color: approx Mauve. HEX triplet: D7, B9 and F6. RGB value is (215,185,246). Sum of RGB (Red+Green+Blue) = 215+185+246=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7B9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B9F6 is #284609. Grayscale: #C8C8C8. Windows color (decimal): -2639370 or 16169431. OLE color: 16169431.

HSL color Cylindrical-coordinate representation of color #D7B9F6: hue angle of 269.51º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7B9F6 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215185246-
CMYK0.130.2500.04
HSL269.51º77.22%84.51%-
HSV(B)269.51º24.8%96.47%-
XYZ62.0155.894.69-
YUV200.92153.44138.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.28%
GREEN value IS 185 (72.66% from 255) = 28.64%
BLUE value IS 246 (96.48% from 255) = 38.08%
R=33.28%
G=28.64%
B=38.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2151852460.130.2500.04269.5177.2284.51
HexD7B9F6D190410e4d55
Octal327271366153104416115125
Binary110101111011100111110110110111001010010000111010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9F6; }

 p { color: rgb(215,185,246); }

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

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

 a { background-color: rgb(215,185,246); }

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

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

 span { border-color: rgb(215,185,246); }

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