Html Css Color HEX #D8ACB9 Melanie

📋 copy color: '#D8ACB9'

red 216 ◦ green 172 ◦ blue 185

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

Shades of Melanie #D8ACB9

Tints of Melanie #D8ACB9

RGB

 RED value IS 216 (84.77% from 255) = 37.7%

 GREEN value IS 172 (67.58% from 255) = 30.02%

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

R = 37.7%
G = 30.02%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8ACB9 (or 0xD8ACB9) is known color: Melanie. HEX triplet: D8, AC and B9. RGB value is (216,172,185). Sum of RGB (Red+Green+Blue) = 216+172+185=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACB9 is #275346. Grayscale: #BABABA. Windows color (decimal): -2577223 or 12168408. OLE color: 12168408.

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

Color convert

RGB 216 172 185 -
CMYK 0 0.20 0.14 0.15
HSL 342.27º 0.36% 0.76% -
HSV(B) 342.27º 0.2% 0.85% -
XYZ 51.83 47.61 52.36 -
YUV 186.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 216 172 185 0 0.20 0.14 0.15 342.27 0.36 0.76
Hex D8 AC B9 0 14 E F 156 24 4C
Octal 330 254 271 0 24 16 17 526 44 114
Binary 11011000 10101100 10111001 0 10100 1110 1111 101010110 100100 1001100

Color Harmonies of #D8ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACB9

Black with #D8ACB9

Text Example


Text Example

White with #D8ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACB9; }

 p { color: rgb(216,172,185); }

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

background-color css

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

 a { background-color: rgb(216,172,185); }

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

border-color css

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

 span { border-color: rgb(216,172,185); }

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