#D4AFB9

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

Shades of Melanie #D4AFB9

Tints of Melanie #D4AFB9

Color information

#D4AFB9 (or 0xD4AFB9) is unknown color: approx Melanie. HEX triplet: D4, AF and B9. RGB value is (212,175,185). Sum of RGB (Red+Green+Blue) = 212+175+185=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFB9 is #2B5046. Grayscale: #BBBBBB. Windows color (decimal): -2838599 or 12169172. OLE color: 12169172.

HSL color Cylindrical-coordinate representation of color #D4AFB9: hue angle of 343.78º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4AFB9 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212175185-
CMYK00.170.130.17
HSL343.78º30.08%75.88%-
HSV(B)343.78º17.45%83.14%-
XYZ51.2448.1652.49-
YUV187.2126.76145.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=37.06%
G=30.59%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217518500.170.130.17343.7830.0875.88
HexD4AFB9011D111581e4c
Octal324257271021152153036114
Binary110101001010111110111001010001110110001101011000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFB9; }

 p { color: rgb(212,175,185); }

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

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

 a { background-color: rgb(212,175,185); }

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

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

 span { border-color: rgb(212,175,185); }

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