#D7ADB9

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

Shades of Melanie #D7ADB9

Tints of Melanie #D7ADB9

Color information

#D7ADB9 (or 0xD7ADB9) is unknown color: approx Melanie. HEX triplet: D7, AD and B9. RGB value is (215,173,185). Sum of RGB (Red+Green+Blue) = 215+173+185=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADB9 is #285246. Grayscale: #BABABA. Windows color (decimal): -2642503 or 12168663. OLE color: 12168663.

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

Color convert

RGB215173185-
CMYK00.200.140.16
HSL342.86º34.43%76.08%-
HSV(B)342.86º19.53%84.31%-
XYZ51.7247.8452.41-
YUV186.93126.91148.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=37.52%
G=30.19%
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.16
SystemRedGreenBlueCMYKHSL
Decimal21517318500.200.140.16342.8634.4376.08
HexD7ADB9014E10157224c
Octal327255271024162052742114
Binary1101011110101101101110010101001110100001010101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADB9; }

 p { color: rgb(215,173,185); }

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

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

 a { background-color: rgb(215,173,185); }

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

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

 span { border-color: rgb(215,173,185); }

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