Html Css Color HEX #D1A9B9 Melanie

📋 copy color: '#D1A9B9'

red 209 ◦ green 169 ◦ blue 185

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

Shades of Melanie #D1A9B9

Tints of Melanie #D1A9B9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.02%

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

R = 37.12%
G = 30.02%
B = 32.86%

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

#D1A9B9 (or 0xD1A9B9) is known color: Melanie. HEX triplet: D1, A9 and B9. RGB value is (209,169,185). Sum of RGB (Red+Green+Blue) = 209+169+185=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A9B9 is #2E5646. Grayscale: #B6B6B6. Windows color (decimal): -3036743 or 12167633. OLE color: 12167633.

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

Color convert

RGB 209 169 185 -
CMYK 0 0.19 0.11 0.18
HSL 336º 0.3% 0.74% -
HSV(B) 336º 0.19% 0.82% -
XYZ 49.24 45.43 52.07 -
YUV 182.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 209 169 185 0 0.19 0.11 0.18 336 0.3 0.74
Hex D1 A9 B9 0 13 B 12 150 1E 4A
Octal 321 251 271 0 23 13 22 520 36 112
Binary 11010001 10101001 10111001 0 10011 1011 10010 101010000 11110 1001010

Color Harmonies of #D1A9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A9B9

Black with #D1A9B9

Text Example


Text Example

White with #D1A9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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