#D9AFBC

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

Shades of Melanie #D9AFBC

Tints of Melanie #D9AFBC

Color information

#D9AFBC (or 0xD9AFBC) is unknown color: approx Melanie. HEX triplet: D9, AF and BC. RGB value is (217,175,188). Sum of RGB (Red+Green+Blue) = 217+175+188=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFBC is #265043. Grayscale: #BDBDBD. Windows color (decimal): -2510916 or 12365785. OLE color: 12365785.

HSL color Cylindrical-coordinate representation of color #D9AFBC: hue angle of 341.43º 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 #D9AFBC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217175188-
CMYK00.190.130.15
HSL341.43º35.59%76.86%-
HSV(B)341.43º19.35%85.1%-
XYZ53.0249.0454.25-
YUV189.04127.41147.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=37.41%
G=30.17%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717518800.190.130.15341.4335.5976.86
HexD9AFBC013DF155244d
Octal331257274023151752544115
Binary110110011010111110111100010011110111111010101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFBC; }

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

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

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

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

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

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

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

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