Html Css Color HEX #D9B0BA Melanie

📋 copy color: '#D9B0BA'

red 217 ◦ green 176 ◦ blue 186

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

Shades of Melanie #D9B0BA

Tints of Melanie #D9B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.4%

 BLUE value IS 186 (73.05% from 255) = 32.12%

R = 37.48%
G = 30.4%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9B0BA (or 0xD9B0BA) is known color: Melanie. HEX triplet: D9, B0 and BA. RGB value is (217,176,186). Sum of RGB (Red+Green+Blue) = 217+176+186=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0BA is #264F45. Grayscale: #BDBDBD. Windows color (decimal): -2510662 or 12234969. OLE color: 12234969.

HSL color Cylindrical-coordinate representation of color #D9B0BA: hue angle of 345.37º degrees, saturation: 0.35, 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 #D9B0BA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 186 -
CMYK 0 0.19 0.14 0.15
HSL 345.37º 0.35% 0.77% -
HSV(B) 345.37º 0.19% 0.85% -
XYZ 53 49.35 53.19 -
YUV 189.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 217 176 186 0 0.19 0.14 0.15 345.37 0.35 0.77
Hex D9 B0 BA 0 13 E F 159 23 4D
Octal 331 260 272 0 23 16 17 531 43 115
Binary 11011001 10110000 10111010 0 10011 1110 1111 101011001 100011 1001101

Color Harmonies of #D9B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0BA

Black with #D9B0BA

Text Example


Text Example

White with #D9B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0BA; }

 p { color: rgb(217,176,186); }

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

background-color css

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

 a { background-color: rgb(217,176,186); }

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

border-color css

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

 span { border-color: rgb(217,176,186); }

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