Html Css Color HEX #D3B7BE Melanie

📋 copy color: '#D3B7BE'

red 211 ◦ green 183 ◦ blue 190

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

Shades of Melanie #D3B7BE

Tints of Melanie #D3B7BE

RGB

 RED value IS 211 (82.81% from 255) = 36.13%

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

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

R = 36.13%
G = 31.34%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3B7BE (or 0xD3B7BE) is known color: Melanie. HEX triplet: D3, B7 and BE. RGB value is (211,183,190). Sum of RGB (Red+Green+Blue) = 211+183+190=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7BE is #2C4841. Grayscale: #C0C0C0. Windows color (decimal): -2902082 or 12498899. OLE color: 12498899.

HSL color Cylindrical-coordinate representation of color #D3B7BE: hue angle of 345º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3B7BE is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 183 190 -
CMYK 0 0.13 0.10 0.17
HSL 345º 0.24% 0.77% -
HSV(B) 345º 0.13% 0.83% -
XYZ 53.09 51.43 55.84 -
YUV 192.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 211 183 190 0 0.13 0.10 0.17 345 0.24 0.77
Hex D3 B7 BE 0 D A 11 159 18 4D
Octal 323 267 276 0 15 12 21 531 30 115
Binary 11010011 10110111 10111110 0 1101 1010 10001 101011001 11000 1001101

Color Harmonies of #D3B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B7BE

Black with #D3B7BE

Text Example


Text Example

White with #D3B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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