#D9B7FE

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

Shades of Mauve #D9B7FE

Tints of Mauve #D9B7FE

Color information

#D9B7FE (or 0xD9B7FE) is unknown color: approx Mauve. HEX triplet: D9, B7 and FE. RGB value is (217,183,254). Sum of RGB (Red+Green+Blue) = 217+183+254=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B7FE is #264801. Grayscale: #C9C9C9. Windows color (decimal): -2508802 or 16693209. OLE color: 16693209.

HSL color Cylindrical-coordinate representation of color #D9B7FE: hue angle of 268.73º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9B7FE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217183254-
CMYK0.150.2800.00
HSL268.73º97.26%85.69%-
HSV(B)268.73º27.95%99.61%-
XYZ63.4455.77101.19-
YUV201.26157.76139.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.18%
GREEN value IS 183 (71.88% from 255) = 27.98%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=33.18%
G=27.98%
B=38.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171832540.150.2800.00268.7397.2685.69
HexD9B7FEF1C0010d6156
Octal331267376173400415141126
Binary1101100110110111111111101111111000010000110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B7FE; }

 p { color: rgb(217,183,254); }

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

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

 a { background-color: rgb(217,183,254); }

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

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

 span { border-color: rgb(217,183,254); }

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