Html Css Color HEX #D1AAB9 Melanie

📋 copy color: '#D1AAB9'

red 209 ◦ green 170 ◦ blue 185

#D1AAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #D1AAB9

Tints of Melanie #D1AAB9

RGB

 RED value IS 209 (82.03% from 255) = 37.06%

 GREEN value IS 170 (66.8% from 255) = 30.14%

 BLUE value IS 185 (72.66% from 255) = 32.8%

R = 37.06%
G = 30.14%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1AAB9 (or 0xD1AAB9) is known color: Melanie. HEX triplet: D1, AA and B9. RGB value is (209,170,185). Sum of RGB (Red+Green+Blue) = 209+170+185=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AAB9 is #2E5546. Grayscale: #B7B7B7. Windows color (decimal): -3036487 or 12167889. OLE color: 12167889.

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

Color convert

RGB 209 170 185 -
CMYK 0 0.19 0.11 0.18
HSL 336.92º 0.3% 0.74% -
HSV(B) 336.92º 0.19% 0.82% -
XYZ 49.43 45.81 52.14 -
YUV 183.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 209 170 185 0 0.19 0.11 0.18 336.92 0.3 0.74
Hex D1 AA B9 0 13 B 12 151 1E 4A
Octal 321 252 271 0 23 13 22 521 36 112
Binary 11010001 10101010 10111001 0 10011 1011 10010 101010001 11110 1001010

Color Harmonies of #D1AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAB9

Black with #D1AAB9

Text Example


Text Example

White with #D1AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAB9; }

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

 H1.HeaderClassName
 {
   color: #D1AAB9;
 }
 .AnyTagClassName
 {
   color: #D1AAB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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