#D7A7B9

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

Shades of Melanie #D7A7B9

Tints of Melanie #D7A7B9

Color information

#D7A7B9 (or 0xD7A7B9) is unknown color: approx Melanie. HEX triplet: D7, A7 and B9. RGB value is (215,167,185). Sum of RGB (Red+Green+Blue) = 215+167+185=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A7B9 is #285846. Grayscale: #B7B7B7. Windows color (decimal): -2644039 or 12167127. OLE color: 12167127.

HSL color Cylindrical-coordinate representation of color #D7A7B9: hue angle of 337.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A7B9 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215167185-
CMYK00.220.140.16
HSL337.5º37.5%74.9%-
HSV(B)337.5º22.33%84.31%-
XYZ50.645.5952.03-
YUV183.4128.9150.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 167 (65.62% from 255) = 29.45%
BLUE value IS 185 (72.66% from 255) = 32.63%
R=37.92%
G=29.45%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516718500.220.140.16337.537.574.9
HexD7A7B9016E10152264b
Octal327247271026162052246113
Binary1101011110100111101110010101101110100001010100101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A7B9; }

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

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

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

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

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

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

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

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