Html Css Color HEX #D9ABC1 Melanie

📋 copy color: '#D9ABC1'

red 217 ◦ green 171 ◦ blue 193

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

Shades of Melanie #D9ABC1

Tints of Melanie #D9ABC1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.43%

 BLUE value IS 193 (75.78% from 255) = 33.22%

R = 37.35%
G = 29.43%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D9ABC1 (or 0xD9ABC1) is known color: Melanie. HEX triplet: D9, AB and C1. RGB value is (217,171,193). Sum of RGB (Red+Green+Blue) = 217+171+193=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABC1 is #26543E. Grayscale: #BBBBBB. Windows color (decimal): -2511935 or 12692441. OLE color: 12692441.

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

Color convert

RGB 217 171 193 -
CMYK 0 0.21 0.11 0.15
HSL 331.3º 0.38% 0.76% -
HSV(B) 331.3º 0.21% 0.85% -
XYZ 52.8 47.73 56.88 -
YUV 187.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 217 171 193 0 0.21 0.11 0.15 331.3 0.38 0.76
Hex D9 AB C1 0 15 B F 14B 26 4C
Octal 331 253 301 0 25 13 17 513 46 114
Binary 11011001 10101011 11000001 0 10101 1011 1111 101001011 100110 1001100

Color Harmonies of #D9ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABC1

Black with #D9ABC1

Text Example


Text Example

White with #D9ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABC1; }

 p { color: rgb(217,171,193); }

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

background-color css

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

 a { background-color: rgb(217,171,193); }

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

border-color css

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

 span { border-color: rgb(217,171,193); }

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