Html Css Color HEX #D8B7BE Melanie

📋 copy color: '#D8B7BE'

red 216 ◦ green 183 ◦ blue 190

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

Shades of Melanie #D8B7BE

Tints of Melanie #D8B7BE

RGB

 RED value IS 216 (84.77% from 255) = 36.67%

 GREEN value IS 183 (71.88% from 255) = 31.07%

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

R = 36.67%
G = 31.07%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8B7BE (or 0xD8B7BE) is known color: Melanie. HEX triplet: D8, B7 and BE. RGB value is (216,183,190). Sum of RGB (Red+Green+Blue) = 216+183+190=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7BE is #274841. Grayscale: #C1C1C1. Windows color (decimal): -2574402 or 12498904. OLE color: 12498904.

HSL color Cylindrical-coordinate representation of color #D8B7BE: hue angle of 347.27º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B7BE is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 183 190 -
CMYK 0 0.15 0.12 0.15
HSL 347.27º 0.3% 0.78% -
HSV(B) 347.27º 0.15% 0.85% -
XYZ 54.55 52.18 55.91 -
YUV 193.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 216 183 190 0 0.15 0.12 0.15 347.27 0.3 0.78
Hex D8 B7 BE 0 F C F 15B 1E 4E
Octal 330 267 276 0 17 14 17 533 36 116
Binary 11011000 10110111 10111110 0 1111 1100 1111 101011011 11110 1001110

Color Harmonies of #D8B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B7BE

Black with #D8B7BE

Text Example


Text Example

White with #D8B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B7BE; }

 p { color: rgb(216,183,190); }

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

background-color css

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

 a { background-color: rgb(216,183,190); }

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

border-color css

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

 span { border-color: rgb(216,183,190); }

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