#D9BDC2

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

Shades of Melanie #D9BDC2

Tints of Melanie #D9BDC2

Color information

#D9BDC2 (or 0xD9BDC2) is unknown color: approx Melanie. HEX triplet: D9, BD and C2. RGB value is (217,189,194). Sum of RGB (Red+Green+Blue) = 217+189+194=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDC2 is #26423D. Grayscale: #C5C5C5. Windows color (decimal): -2507326 or 12762585. OLE color: 12762585.

HSL color Cylindrical-coordinate representation of color #D9BDC2: hue angle of 349.29º 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 #D9BDC2 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB217189194-
CMYK00.130.110.15
HSL349.29º26.92%79.61%-
HSV(B)349.29º12.9%85.1%-
XYZ56.5555.0458.68-
YUV197.94125.78141.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.17%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 194 (76.17% from 255) = 32.33%
R=36.17%
G=31.5%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718919400.130.110.15349.2926.9279.61
HexD9BDC20DBF15d1b50
Octal331275302015131753533120
Binary1101100110111101110000100110110111111101011101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDC2; }

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

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

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

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

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

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

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

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