#D9A9BC

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

Shades of Melanie #D9A9BC

Tints of Melanie #D9A9BC

Color information

#D9A9BC (or 0xD9A9BC) is unknown color: approx Melanie. HEX triplet: D9, A9 and BC. RGB value is (217,169,188). Sum of RGB (Red+Green+Blue) = 217+169+188=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9BC is #265643. Grayscale: #B9B9B9. Windows color (decimal): -2512452 or 12364249. OLE color: 12364249.

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

Color convert

RGB217169188-
CMYK00.220.130.15
HSL336.25º38.71%75.69%-
HSV(B)336.25º22.12%85.1%-
XYZ51.8846.7653.87-
YUV185.52129.4150.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 169 (66.41% from 255) = 29.44%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=37.80%
G=29.44%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716918800.220.130.15336.2538.7175.69
HexD9A9BC016DF150274c
Octal331251274026151752047114
Binary110110011010100110111100010110110111111010100001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A9BC; }

 p { color: rgb(217,169,188); }

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

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

 a { background-color: rgb(217,169,188); }

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

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

 span { border-color: rgb(217,169,188); }

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