Html Css Color HEX #D5B7BE Melanie

📋 copy color: '#D5B7BE'

red 213 ◦ green 183 ◦ blue 190

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

Shades of Melanie #D5B7BE

Tints of Melanie #D5B7BE

RGB

 RED value IS 213 (83.59% from 255) = 36.35%

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

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

R = 36.35%
G = 31.23%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5B7BE (or 0xD5B7BE) is known color: Melanie. HEX triplet: D5, B7 and BE. RGB value is (213,183,190). Sum of RGB (Red+Green+Blue) = 213+183+190=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7BE is #2A4841. Grayscale: #C0C0C0. Windows color (decimal): -2771010 or 12498901. OLE color: 12498901.

HSL color Cylindrical-coordinate representation of color #D5B7BE: hue angle of 346º degrees, saturation: 0.26, 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 #D5B7BE is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 183 190 -
CMYK 0 0.14 0.11 0.16
HSL 346º 0.26% 0.78% -
HSV(B) 346º 0.14% 0.84% -
XYZ 53.67 51.73 55.87 -
YUV 192.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 213 183 190 0 0.14 0.11 0.16 346 0.26 0.78
Hex D5 B7 BE 0 E B 10 15A 1A 4E
Octal 325 267 276 0 16 13 20 532 32 116
Binary 11010101 10110111 10111110 0 1110 1011 10000 101011010 11010 1001110

Color Harmonies of #D5B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B7BE

Black with #D5B7BE

Text Example


Text Example

White with #D5B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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