#D9AFC1

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

Shades of Melanie #D9AFC1

Tints of Melanie #D9AFC1

Color information

#D9AFC1 (or 0xD9AFC1) is unknown color: approx Melanie. HEX triplet: D9, AF and C1. RGB value is (217,175,193). Sum of RGB (Red+Green+Blue) = 217+175+193=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFC1 is #26503E. Grayscale: #BDBDBD. Windows color (decimal): -2510911 or 12693465. OLE color: 12693465.

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

Color convert

RGB217175193-
CMYK00.190.110.15
HSL334.29º35.59%76.86%-
HSV(B)334.29º19.35%85.1%-
XYZ53.5749.2657.14-
YUV189.61129.91147.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=37.09%
G=29.91%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717519300.190.110.15334.2935.5976.86
HexD9AFC1013BF14e244d
Octal331257301023131751644115
Binary110110011010111111000001010011101111111010011101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFC1; }

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

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

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

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

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

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

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

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