Html Css Color HEX #D7B9BE Melanie

📋 copy color: '#D7B9BE'

red 215 ◦ green 185 ◦ blue 190

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

Shades of Melanie #D7B9BE

Tints of Melanie #D7B9BE

RGB

 RED value IS 215 (84.38% from 255) = 36.44%

 GREEN value IS 185 (72.66% from 255) = 31.36%

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

R = 36.44%
G = 31.36%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D7B9BE (or 0xD7B9BE) is known color: Melanie. HEX triplet: D7, B9 and BE. RGB value is (215,185,190). Sum of RGB (Red+Green+Blue) = 215+185+190=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9BE is #284641. Grayscale: #C2C2C2. Windows color (decimal): -2639426 or 12499415. OLE color: 12499415.

HSL color Cylindrical-coordinate representation of color #D7B9BE: hue angle of 350º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B9BE is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 185 190 -
CMYK 0 0.14 0.12 0.16
HSL 350º 0.27% 0.78% -
HSV(B) 350º 0.14% 0.84% -
XYZ 54.67 52.86 56.04 -
YUV 194.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 215 185 190 0 0.14 0.12 0.16 350 0.27 0.78
Hex D7 B9 BE 0 E C 10 15E 1B 4E
Octal 327 271 276 0 16 14 20 536 33 116
Binary 11010111 10111001 10111110 0 1110 1100 10000 101011110 11011 1001110

Color Harmonies of #D7B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B9BE

Black with #D7B9BE

Text Example


Text Example

White with #D7B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B9BE; }

 p { color: rgb(215,185,190); }

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

background-color css

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

 a { background-color: rgb(215,185,190); }

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

border-color css

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

 span { border-color: rgb(215,185,190); }

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