#D9B1F0

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

Shades of Mauve #D9B1F0

Tints of Mauve #D9B1F0

Color information

#D9B1F0 (or 0xD9B1F0) is unknown color: approx Mauve. HEX triplet: D9, B1 and F0. RGB value is (217,177,240). Sum of RGB (Red+Green+Blue) = 217+177+240=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9B1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B1F0 is #264E0F. Grayscale: #C3C3C3. Windows color (decimal): -2510352 or 15774169. OLE color: 15774169.

HSL color Cylindrical-coordinate representation of color #D9B1F0: hue angle of 278.1º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9B1F0 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217177240-
CMYK0.100.2600.06
HSL278.1º67.74%81.76%-
HSV(B)278.1º26.25%94.12%-
XYZ60.0752.4989.4-
YUV196.14152.75142.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 177 (69.53% from 255) = 27.92%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=34.23%
G=27.92%
B=37.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171772400.100.2600.06278.167.7481.76
HexD9B1F0A1A061164452
Octal331261360123206426104122
Binary110110011011000111110000101011010011010001011010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1F0; }

 p { color: rgb(217,177,240); }

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

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

 a { background-color: rgb(217,177,240); }

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

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

 span { border-color: rgb(217,177,240); }

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