Html Css Color HEX #D9AFBD Melanie

📋 copy color: '#D9AFBD'

red 217 ◦ green 175 ◦ blue 189

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

Shades of Melanie #D9AFBD

Tints of Melanie #D9AFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.12%

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

R = 37.35%
G = 30.12%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9AFBD (or 0xD9AFBD) is known color: Melanie. HEX triplet: D9, AF and BD. RGB value is (217,175,189). Sum of RGB (Red+Green+Blue) = 217+175+189=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFBD is #265042. Grayscale: #BDBDBD. Windows color (decimal): -2510915 or 12431321. OLE color: 12431321.

HSL color Cylindrical-coordinate representation of color #D9AFBD: hue angle of 340º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFBD is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 189 -
CMYK 0 0.19 0.13 0.15
HSL 340º 0.36% 0.77% -
HSV(B) 340º 0.19% 0.85% -
XYZ 53.13 49.09 54.82 -
YUV 189.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 217 175 189 0 0.19 0.13 0.15 340 0.36 0.77
Hex D9 AF BD 0 13 D F 154 24 4D
Octal 331 257 275 0 23 15 17 524 44 115
Binary 11011001 10101111 10111101 0 10011 1101 1111 101010100 100100 1001101

Color Harmonies of #D9AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFBD

Black with #D9AFBD

Text Example


Text Example

White with #D9AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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