#D9BDC7

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

Shades of Melanie #D9BDC7

Tints of Melanie #D9BDC7

Color information

#D9BDC7 (or 0xD9BDC7) is unknown color: approx Melanie. HEX triplet: D9, BD and C7. RGB value is (217,189,199). Sum of RGB (Red+Green+Blue) = 217+189+199=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDC7 is #264238. Grayscale: #C6C6C6. Windows color (decimal): -2507321 or 13090265. OLE color: 13090265.

HSL color Cylindrical-coordinate representation of color #D9BDC7: hue angle of 338.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BDC7 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217189199-
CMYK00.130.080.15
HSL338.57º26.92%79.61%-
HSV(B)338.57º12.9%85.1%-
XYZ57.1255.2761.69-
YUV198.51128.28141.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 199 (78.12% from 255) = 32.89%
R=35.87%
G=31.24%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718919900.130.080.15338.5726.9279.61
HexD9BDC70D8F1531b50
Octal331275307015101752333120
Binary1101100110111101110001110110110001111101010011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDC7; }

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

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

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

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

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

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

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

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