#D9B6F5

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

Shades of Mauve #D9B6F5

Tints of Mauve #D9B6F5

Color information

#D9B6F5 (or 0xD9B6F5) is unknown color: approx Mauve. HEX triplet: D9, B6 and F5. RGB value is (217,182,245). Sum of RGB (Red+Green+Blue) = 217+182+245=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9B6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B6F5 is #26490A. Grayscale: #C7C7C7. Windows color (decimal): -2509067 or 16103129. OLE color: 16103129.

HSL color Cylindrical-coordinate representation of color #D9B6F5: hue angle of 273.33º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9B6F5 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217182245-
CMYK0.110.2600.04
HSL273.33º75.9%83.73%-
HSV(B)273.33º25.71%96.08%-
XYZ61.8254.893.71-
YUV199.65153.6140.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 182 (71.48% from 255) = 28.26%
BLUE value IS 245 (96.09% from 255) = 38.04%
R=33.70%
G=28.26%
B=38.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171822450.110.2600.04273.3375.983.73
HexD9B6F5B1A041114c54
Octal331266365133204421114124
Binary110110011011011011110101101111010010010001000110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B6F5; }

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

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

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

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

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

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

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

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