#D1AFBD

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

Shades of Melanie #D1AFBD

Tints of Melanie #D1AFBD

Color information

#D1AFBD (or 0xD1AFBD) is unknown color: approx Melanie. HEX triplet: D1, AF and BD. RGB value is (209,175,189). Sum of RGB (Red+Green+Blue) = 209+175+189=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFBD is #2E5042. Grayscale: #BABABA. Windows color (decimal): -3035203 or 12431313. OLE color: 12431313.

HSL color Cylindrical-coordinate representation of color #D1AFBD: hue angle of 335.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1AFBD is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209175189-
CMYK00.160.100.18
HSL335.29º26.98%75.29%-
HSV(B)335.29º16.27%81.96%-
XYZ50.8147.8954.71-
YUV186.76129.26143.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=36.47%
G=30.54%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917518900.160.100.18335.2926.9875.29
HexD1AFBD010A1214f1b4b
Octal321257275020122251733113
Binary110100011010111110111101010000101010010101001111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFBD; }

 p { color: rgb(209,175,189); }

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

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

 a { background-color: rgb(209,175,189); }

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

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

 span { border-color: rgb(209,175,189); }

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