#D9ABBF

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

Shades of Melanie #D9ABBF

Tints of Melanie #D9ABBF

Color information

#D9ABBF (or 0xD9ABBF) is unknown color: approx Melanie. HEX triplet: D9, AB and BF. RGB value is (217,171,191). Sum of RGB (Red+Green+Blue) = 217+171+191=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABBF is #265440. Grayscale: #BBBBBB. Windows color (decimal): -2511937 or 12561369. OLE color: 12561369.

HSL color Cylindrical-coordinate representation of color #D9ABBF: hue angle of 333.91º degrees, saturation: 0.38, 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 #D9ABBF is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217171191-
CMYK00.210.120.15
HSL333.91º37.7%76.08%-
HSV(B)333.91º21.2%85.1%-
XYZ52.5847.6455.71-
YUV187.03130.24149.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 191 (75% from 255) = 32.99%
R=37.48%
G=29.53%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717119100.210.120.15333.9137.776.08
HexD9ABBF015CF14e264c
Octal331253277025141751646114
Binary110110011010101110111111010101110011111010011101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABBF; }

 p { color: rgb(217,171,191); }

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

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

 a { background-color: rgb(217,171,191); }

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

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

 span { border-color: rgb(217,171,191); }

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