Html Css Color HEX #D7ACB9 Melanie

📋 copy color: '#D7ACB9'

red 215 ◦ green 172 ◦ blue 185

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

Shades of Melanie #D7ACB9

Tints of Melanie #D7ACB9

RGB

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

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

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

R = 37.59%
G = 30.07%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D7ACB9 (or 0xD7ACB9) is known color: Melanie. HEX triplet: D7, AC and B9. RGB value is (215,172,185). Sum of RGB (Red+Green+Blue) = 215+172+185=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACB9 is #285346. Grayscale: #BABABA. Windows color (decimal): -2642759 or 12168407. OLE color: 12168407.

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

Color convert

RGB 215 172 185 -
CMYK 0 0.2 0.14 0.16
HSL 341.86º 0.35% 0.76% -
HSV(B) 341.86º 0.2% 0.84% -
XYZ 51.53 47.45 52.34 -
YUV 186.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 215 172 185 0 0.2 0.14 0.16 341.86 0.35 0.76
Hex D7 AC B9 0 14 E 10 156 23 4C
Octal 327 254 271 0 24 16 20 526 43 114
Binary 11010111 10101100 10111001 0 10100 1110 10000 101010110 100011 1001100

Color Harmonies of #D7ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACB9

Black with #D7ACB9

Text Example


Text Example

White with #D7ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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