#D1AEB9

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

Shades of Melanie #D1AEB9

Tints of Melanie #D1AEB9

Color information

#D1AEB9 (or 0xD1AEB9) is unknown color: approx Melanie. HEX triplet: D1, AE and B9. RGB value is (209,174,185). Sum of RGB (Red+Green+Blue) = 209+174+185=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEB9 is #2E5146. Grayscale: #B9B9B9. Windows color (decimal): -3035463 or 12168913. OLE color: 12168913.

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

Color convert

RGB209174185-
CMYK00.170.110.18
HSL341.14º27.56%75.1%-
HSV(B)341.14º16.75%81.96%-
XYZ50.1947.3352.39-
YUV185.72127.6144.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.80%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=36.80%
G=30.63%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917418500.170.110.18341.1427.5675.1
HexD1AEB9011B121551c4b
Octal321256271021132252534113
Binary110100011010111010111001010001101110010101010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEB9; }

 p { color: rgb(209,174,185); }

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

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

 a { background-color: rgb(209,174,185); }

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

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

 span { border-color: rgb(209,174,185); }

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