#D9ADBB

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

Shades of Melanie #D9ADBB

Tints of Melanie #D9ADBB

Color information

#D9ADBB (or 0xD9ADBB) is unknown color: approx Melanie. HEX triplet: D9, AD and BB. RGB value is (217,173,187). Sum of RGB (Red+Green+Blue) = 217+173+187=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADBB is #265244. Grayscale: #BBBBBB. Windows color (decimal): -2511429 or 12299737. OLE color: 12299737.

HSL color Cylindrical-coordinate representation of color #D9ADBB: hue angle of 340.91º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADBB is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217173187-
CMYK00.200.140.15
HSL340.91º36.67%76.47%-
HSV(B)340.91º20.28%85.1%-
XYZ52.5348.2353.55-
YUV187.75127.58148.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=37.61%
G=29.98%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717318700.200.140.15340.9136.6776.47
HexD9ADBB014EF155254c
Octal331255273024161752545114
Binary110110011010110110111011010100111011111010101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADBB; }

 p { color: rgb(217,173,187); }

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

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

 a { background-color: rgb(217,173,187); }

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

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

 span { border-color: rgb(217,173,187); }

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