#D9BDFD

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

Shades of Mauve #D9BDFD

Tints of Mauve #D9BDFD

Color information

#D9BDFD (or 0xD9BDFD) is unknown color: approx Mauve. HEX triplet: D9, BD and FD. RGB value is (217,189,253). Sum of RGB (Red+Green+Blue) = 217+189+253=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BDFD is #264202. Grayscale: #CCCCCC. Windows color (decimal): -2507267 or 16629209. OLE color: 16629209.

HSL color Cylindrical-coordinate representation of color #D9BDFD: hue angle of 266.25º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9BDFD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217189253-
CMYK0.140.2500.01
HSL266.25º94.12%86.67%-
HSV(B)266.25º25.3%99.22%-
XYZ64.5458.24100.77-
YUV204.67155.28136.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.93%
GREEN value IS 189 (74.22% from 255) = 28.68%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=32.93%
G=28.68%
B=38.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171892530.140.2500.01266.2594.1286.67
HexD9BDFDE190110a5e57
Octal331275375163101412136127
Binary1101100110111101111111011110110010110000101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDFD; }

 p { color: rgb(217,189,253); }

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

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

 a { background-color: rgb(217,189,253); }

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

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

 span { border-color: rgb(217,189,253); }

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