#D8ABB9

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

Shades of Melanie #D8ABB9

Tints of Melanie #D8ABB9

Color information

#D8ABB9 (or 0xD8ABB9) is unknown color: approx Melanie. HEX triplet: D8, AB and B9. RGB value is (216,171,185). Sum of RGB (Red+Green+Blue) = 216+171+185=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABB9 is #275446. Grayscale: #BABABA. Windows color (decimal): -2577479 or 12168152. OLE color: 12168152.

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

Color convert

RGB216171185-
CMYK00.210.140.15
HSL341.33º36.59%75.88%-
HSV(B)341.33º20.83%84.71%-
XYZ51.6447.2352.29-
YUV186.05127.41149.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=37.76%
G=29.90%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617118500.210.140.15341.3336.5975.88
HexD8ABB9015EF155254c
Octal330253271025161752545114
Binary110110001010101110111001010101111011111010101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABB9; }

 p { color: rgb(216,171,185); }

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

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

 a { background-color: rgb(216,171,185); }

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

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

 span { border-color: rgb(216,171,185); }

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