#D9AFC0

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

Shades of Melanie #D9AFC0

Tints of Melanie #D9AFC0

Color information

#D9AFC0 (or 0xD9AFC0) is unknown color: approx Melanie. HEX triplet: D9, AF and C0. RGB value is (217,175,192). Sum of RGB (Red+Green+Blue) = 217+175+192=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFC0 is #26503F. Grayscale: #BDBDBD. Windows color (decimal): -2510912 or 12627929. OLE color: 12627929.

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

Color convert

RGB217175192-
CMYK00.190.120.15
HSL335.71º35.59%76.86%-
HSV(B)335.71º19.35%85.1%-
XYZ53.4649.2256.55-
YUV189.5129.41147.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=37.16%
G=29.97%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717519200.190.120.15335.7135.5976.86
HexD9AFC0013CF150244d
Octal331257300023141752044115
Binary110110011010111111000000010011110011111010100001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFC0; }

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

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

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

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

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

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

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

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