Html Css Color HEX #D7ADB9 Melanie

📋 copy color: '#D7ADB9'

red 215 ◦ green 173 ◦ blue 185

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

Shades of Melanie #D7ADB9

Tints of Melanie #D7ADB9

RGB

 RED value IS 215 (84.38% from 255) = 37.52%

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

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

R = 37.52%
G = 30.19%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D7ADB9 (or 0xD7ADB9) is known color: Melanie. HEX triplet: D7, AD and B9. RGB value is (215,173,185). Sum of RGB (Red+Green+Blue) = 215+173+185=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADB9 is #285246. Grayscale: #BABABA. Windows color (decimal): -2642503 or 12168663. OLE color: 12168663.

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

Color convert

RGB 215 173 185 -
CMYK 0 0.20 0.14 0.16
HSL 342.86º 0.34% 0.76% -
HSV(B) 342.86º 0.2% 0.84% -
XYZ 51.72 47.84 52.41 -
YUV 186.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 215 173 185 0 0.20 0.14 0.16 342.86 0.34 0.76
Hex D7 AD B9 0 14 E 10 157 22 4C
Octal 327 255 271 0 24 16 20 527 42 114
Binary 11010111 10101101 10111001 0 10100 1110 10000 101010111 100010 1001100

Color Harmonies of #D7ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ADB9

Black with #D7ADB9

Text Example


Text Example

White with #D7ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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