#D9ADBA

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

Shades of Melanie #D9ADBA

Tints of Melanie #D9ADBA

Color information

#D9ADBA (or 0xD9ADBA) is unknown color: approx Melanie. HEX triplet: D9, AD and BA. RGB value is (217,173,186). Sum of RGB (Red+Green+Blue) = 217+173+186=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADBA is #265245. Grayscale: #BBBBBB. Windows color (decimal): -2511430 or 12234201. OLE color: 12234201.

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

Color convert

RGB217173186-
CMYK00.200.140.15
HSL342.27º36.67%76.47%-
HSV(B)342.27º20.28%85.1%-
XYZ52.4248.1852.99-
YUV187.64127.08148.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=37.67%
G=30.03%
B=32.29%

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
Decimal21717318600.200.140.15342.2736.6776.47
HexD9ADBA014EF156254c
Octal331255272024161752645114
Binary110110011010110110111010010100111011111010101101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADBA; }

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

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

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

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

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

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

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

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