Html Css Color HEX #D9ACBD Melanie

📋 copy color: '#D9ACBD'

red 217 ◦ green 172 ◦ blue 189

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

Shades of Melanie #D9ACBD

Tints of Melanie #D9ACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.7%

R = 37.54%
G = 29.76%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9ACBD (or 0xD9ACBD) is known color: Melanie. HEX triplet: D9, AC and BD. RGB value is (217,172,189). Sum of RGB (Red+Green+Blue) = 217+172+189=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACBD is #265342. Grayscale: #BBBBBB. Windows color (decimal): -2511683 or 12430553. OLE color: 12430553.

HSL color Cylindrical-coordinate representation of color #D9ACBD: hue angle of 337.33º 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 #D9ACBD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 189 -
CMYK 0 0.21 0.13 0.15
HSL 337.33º 0.37% 0.76% -
HSV(B) 337.33º 0.21% 0.85% -
XYZ 52.55 47.93 54.63 -
YUV 187.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 217 172 189 0 0.21 0.13 0.15 337.33 0.37 0.76
Hex D9 AC BD 0 15 D F 151 25 4C
Octal 331 254 275 0 25 15 17 521 45 114
Binary 11011001 10101100 10111101 0 10101 1101 1111 101010001 100101 1001100

Color Harmonies of #D9ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACBD

Black with #D9ACBD

Text Example


Text Example

White with #D9ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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