Html Css Color HEX #D9ACB9 Melanie

📋 copy color: '#D9ACB9'

red 217 ◦ green 172 ◦ blue 185

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

Shades of Melanie #D9ACB9

Tints of Melanie #D9ACB9

RGB

 RED value IS 217 (85.16% from 255) = 37.8%

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

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

R = 37.8%
G = 29.97%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D9ACB9 (or 0xD9ACB9) is known color: Melanie. HEX triplet: D9, AC and B9. RGB value is (217,172,185). Sum of RGB (Red+Green+Blue) = 217+172+185=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACB9 is #265346. Grayscale: #BABABA. Windows color (decimal): -2511687 or 12168409. OLE color: 12168409.

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

Color convert

RGB 217 172 185 -
CMYK 0 0.21 0.15 0.15
HSL 342.67º 0.37% 0.76% -
HSV(B) 342.67º 0.21% 0.85% -
XYZ 52.12 47.76 52.37 -
YUV 186.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 217 172 185 0 0.21 0.15 0.15 342.67 0.37 0.76
Hex D9 AC B9 0 15 F F 157 25 4C
Octal 331 254 271 0 25 17 17 527 45 114
Binary 11011001 10101100 10111001 0 10101 1111 1111 101010111 100101 1001100

Color Harmonies of #D9ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACB9

Black with #D9ACB9

Text Example


Text Example

White with #D9ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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