Html Css Color HEX #D6ADB9 Melanie

📋 copy color: '#D6ADB9'

red 214 ◦ green 173 ◦ blue 185

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

Shades of Melanie #D6ADB9

Tints of Melanie #D6ADB9

RGB

 RED value IS 214 (83.98% from 255) = 37.41%

 GREEN value IS 173 (67.97% from 255) = 30.24%

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

R = 37.41%
G = 30.24%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D6ADB9 (or 0xD6ADB9) is known color: Melanie. HEX triplet: D6, AD and B9. RGB value is (214,173,185). Sum of RGB (Red+Green+Blue) = 214+173+185=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADB9 is #295246. Grayscale: #BABABA. Windows color (decimal): -2708039 or 12168662. OLE color: 12168662.

HSL color Cylindrical-coordinate representation of color #D6ADB9: hue angle of 342.44º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6ADB9 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 185 -
CMYK 0 0.19 0.14 0.16
HSL 342.44º 0.33% 0.76% -
HSV(B) 342.44º 0.19% 0.84% -
XYZ 51.43 47.69 52.39 -
YUV 186.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 214 173 185 0 0.19 0.14 0.16 342.44 0.33 0.76
Hex D6 AD B9 0 13 E 10 156 21 4C
Octal 326 255 271 0 23 16 20 526 41 114
Binary 11010110 10101101 10111001 0 10011 1110 10000 101010110 100001 1001100

Color Harmonies of #D6ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADB9

Black with #D6ADB9

Text Example


Text Example

White with #D6ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADB9; }

 p { color: rgb(214,173,185); }

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

background-color css

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

 a { background-color: rgb(214,173,185); }

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

border-color css

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

 span { border-color: rgb(214,173,185); }

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