Html Css Color HEX #D9B0BE Melanie

📋 copy color: '#D9B0BE'

red 217 ◦ green 176 ◦ blue 190

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

Shades of Melanie #D9B0BE

Tints of Melanie #D9B0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 37.22%
G = 30.19%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9B0BE (or 0xD9B0BE) is known color: Melanie. HEX triplet: D9, B0 and BE. RGB value is (217,176,190). Sum of RGB (Red+Green+Blue) = 217+176+190=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0BE is #264F41. Grayscale: #BDBDBD. Windows color (decimal): -2510658 or 12497113. OLE color: 12497113.

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

Color convert

RGB 217 176 190 -
CMYK 0 0.19 0.12 0.15
HSL 339.51º 0.35% 0.77% -
HSV(B) 339.51º 0.19% 0.85% -
XYZ 53.43 49.52 55.46 -
YUV 189.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 217 176 190 0 0.19 0.12 0.15 339.51 0.35 0.77
Hex D9 B0 BE 0 13 C F 154 23 4D
Octal 331 260 276 0 23 14 17 524 43 115
Binary 11011001 10110000 10111110 0 10011 1100 1111 101010100 100011 1001101

Color Harmonies of #D9B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0BE

Black with #D9B0BE

Text Example


Text Example

White with #D9B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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