Html Css Color HEX #D7B3BF Melanie

📋 copy color: '#D7B3BF'

red 215 ◦ green 179 ◦ blue 191

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

Shades of Melanie #D7B3BF

Tints of Melanie #D7B3BF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.6%

 BLUE value IS 191 (75% from 255) = 32.65%

R = 36.75%
G = 30.6%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D7B3BF (or 0xD7B3BF) is known color: Melanie. HEX triplet: D7, B3 and BF. RGB value is (215,179,191). Sum of RGB (Red+Green+Blue) = 215+179+191=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3BF is #284C40. Grayscale: #BFBFBF. Windows color (decimal): -2640961 or 12563415. OLE color: 12563415.

HSL color Cylindrical-coordinate representation of color #D7B3BF: hue angle of 340º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7B3BF is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 191 -
CMYK 0 0.17 0.11 0.16
HSL 340º 0.31% 0.77% -
HSV(B) 340º 0.17% 0.84% -
XYZ 53.55 50.45 56.21 -
YUV 191.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 215 179 191 0 0.17 0.11 0.16 340 0.31 0.77
Hex D7 B3 BF 0 11 B 10 154 1F 4D
Octal 327 263 277 0 21 13 20 524 37 115
Binary 11010111 10110011 10111111 0 10001 1011 10000 101010100 11111 1001101

Color Harmonies of #D7B3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B3BF

Black with #D7B3BF

Text Example


Text Example

White with #D7B3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B3BF; }

 p { color: rgb(215,179,191); }

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

background-color css

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

 a { background-color: rgb(215,179,191); }

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

border-color css

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

 span { border-color: rgb(215,179,191); }

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