#D9B6F8

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

Shades of Mauve #D9B6F8

Tints of Mauve #D9B6F8

Color information

#D9B6F8 (or 0xD9B6F8) is unknown color: approx Mauve. HEX triplet: D9, B6 and F8. RGB value is (217,182,248). Sum of RGB (Red+Green+Blue) = 217+182+248=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9B6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B6F8 is #264907. Grayscale: #C7C7C7. Windows color (decimal): -2509064 or 16299737. OLE color: 16299737.

HSL color Cylindrical-coordinate representation of color #D9B6F8: hue angle of 271.82º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9B6F8 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB217182248-
CMYK0.120.2700.03
HSL271.82º82.5%84.31%-
HSV(B)271.82º26.61%97.25%-
XYZ62.2954.9896.14-
YUV199.99155.1140.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.54%
GREEN value IS 182 (71.48% from 255) = 28.13%
BLUE value IS 248 (97.27% from 255) = 38.33%
R=33.54%
G=28.13%
B=38.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2171822480.120.2700.03271.8282.584.31
HexD9B6F8C1B031105254
Octal331266370143303420122124
Binary11011001101101101111100011001101101110001000010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B6F8; }

 p { color: rgb(217,182,248); }

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

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

 a { background-color: rgb(217,182,248); }

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

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

 span { border-color: rgb(217,182,248); }

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