#D9BDC3

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

Shades of Melanie #D9BDC3

Tints of Melanie #D9BDC3

Color information

#D9BDC3 (or 0xD9BDC3) is unknown color: approx Melanie. HEX triplet: D9, BD and C3. RGB value is (217,189,195). Sum of RGB (Red+Green+Blue) = 217+189+195=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDC3 is #26423C. Grayscale: #C6C6C6. Windows color (decimal): -2507325 or 12828121. OLE color: 12828121.

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

Color convert

RGB217189195-
CMYK00.130.100.15
HSL347.14º26.92%79.61%-
HSV(B)347.14º12.9%85.1%-
XYZ56.6655.0959.28-
YUV198.06126.28141.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 195 (76.56% from 255) = 32.45%
R=36.11%
G=31.45%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718919500.130.100.15347.1426.9279.61
HexD9BDC30DAF15b1b50
Octal331275303015121753333120
Binary1101100110111101110000110110110101111101011011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDC3; }

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

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

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

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

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

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

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

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