#D9AFBB

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

Shades of Melanie #D9AFBB

Tints of Melanie #D9AFBB

Color information

#D9AFBB (or 0xD9AFBB) is unknown color: approx Melanie. HEX triplet: D9, AF and BB. RGB value is (217,175,187). Sum of RGB (Red+Green+Blue) = 217+175+187=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFBB is #265044. Grayscale: #BCBCBC. Windows color (decimal): -2510917 or 12300249. OLE color: 12300249.

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

Color convert

RGB217175187-
CMYK00.190.140.15
HSL342.86º35.59%76.86%-
HSV(B)342.86º19.35%85.1%-
XYZ52.914953.68-
YUV188.93126.91148.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=37.48%
G=30.22%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717518700.190.140.15342.8635.5976.86
HexD9AFBB013EF157244d
Octal331257273023161752744115
Binary110110011010111110111011010011111011111010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFBB; }

 p { color: rgb(217,175,187); }

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

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

 a { background-color: rgb(217,175,187); }

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

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

 span { border-color: rgb(217,175,187); }

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