Html Css Color HEX #D9B1BC Melanie

📋 copy color: '#D9B1BC'

red 217 ◦ green 177 ◦ blue 188

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

Shades of Melanie #D9B1BC

Tints of Melanie #D9B1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.3%

R = 37.29%
G = 30.41%
B = 32.3%

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

#D9B1BC (or 0xD9B1BC) is known color: Melanie. HEX triplet: D9, B1 and BC. RGB value is (217,177,188). Sum of RGB (Red+Green+Blue) = 217+177+188=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1BC is #264E43. Grayscale: #BEBEBE. Windows color (decimal): -2510404 or 12366297. OLE color: 12366297.

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

Color convert

RGB 217 177 188 -
CMYK 0 0.18 0.13 0.15
HSL 343.5º 0.34% 0.77% -
HSV(B) 343.5º 0.18% 0.85% -
XYZ 53.41 49.83 54.38 -
YUV 190.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 217 177 188 0 0.18 0.13 0.15 343.5 0.34 0.77
Hex D9 B1 BC 0 12 D F 158 22 4D
Octal 331 261 274 0 22 15 17 530 42 115
Binary 11011001 10110001 10111100 0 10010 1101 1111 101011000 100010 1001101

Color Harmonies of #D9B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B1BC

Black with #D9B1BC

Text Example


Text Example

White with #D9B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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