Html Css Color HEX #D6ACB9 Melanie

📋 copy color: '#D6ACB9'

red 214 ◦ green 172 ◦ blue 185

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

Shades of Melanie #D6ACB9

Tints of Melanie #D6ACB9

RGB

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

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

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

R = 37.48%
G = 30.12%
B = 32.4%

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

#D6ACB9 (or 0xD6ACB9) is known color: Melanie. HEX triplet: D6, AC and B9. RGB value is (214,172,185). Sum of RGB (Red+Green+Blue) = 214+172+185=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACB9 is #295346. Grayscale: #BABABA. Windows color (decimal): -2708295 or 12168406. OLE color: 12168406.

HSL color Cylindrical-coordinate representation of color #D6ACB9: hue angle of 341.43º 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 #D6ACB9 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 172 185 -
CMYK 0 0.20 0.14 0.16
HSL 341.43º 0.34% 0.76% -
HSV(B) 341.43º 0.2% 0.84% -
XYZ 51.24 47.3 52.33 -
YUV 186.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 214 172 185 0 0.20 0.14 0.16 341.43 0.34 0.76
Hex D6 AC B9 0 14 E 10 155 22 4C
Octal 326 254 271 0 24 16 20 525 42 114
Binary 11010110 10101100 10111001 0 10100 1110 10000 101010101 100010 1001100

Color Harmonies of #D6ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACB9

Black with #D6ACB9

Text Example


Text Example

White with #D6ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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