Html Css Color HEX #D9B1BD Melanie

📋 copy color: '#D9B1BD'

red 217 ◦ green 177 ◦ blue 189

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

Shades of Melanie #D9B1BD

Tints of Melanie #D9B1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.36%

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

R = 37.22%
G = 30.36%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9B1BD (or 0xD9B1BD) is known color: Melanie. HEX triplet: D9, B1 and BD. RGB value is (217,177,189). Sum of RGB (Red+Green+Blue) = 217+177+189=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1BD is #264E42. Grayscale: #BEBEBE. Windows color (decimal): -2510403 or 12431833. OLE color: 12431833.

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

Color convert

RGB 217 177 189 -
CMYK 0 0.18 0.13 0.15
HSL 342º 0.34% 0.77% -
HSV(B) 342º 0.18% 0.85% -
XYZ 53.52 49.87 54.95 -
YUV 190.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 217 177 189 0 0.18 0.13 0.15 342 0.34 0.77
Hex D9 B1 BD 0 12 D F 156 22 4D
Octal 331 261 275 0 22 15 17 526 42 115
Binary 11011001 10110001 10111101 0 10010 1101 1111 101010110 100010 1001101

Color Harmonies of #D9B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B1BD

Black with #D9B1BD

Text Example


Text Example

White with #D9B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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