Html Css Color HEX #D5B6BF Melanie

📋 copy color: '#D5B6BF'

red 213 ◦ green 182 ◦ blue 191

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

Shades of Melanie #D5B6BF

Tints of Melanie #D5B6BF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.06%

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

R = 36.35%
G = 31.06%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5B6BF (or 0xD5B6BF) is known color: Melanie. HEX triplet: D5, B6 and BF. RGB value is (213,182,191). Sum of RGB (Red+Green+Blue) = 213+182+191=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6BF is #2A4940. Grayscale: #C0C0C0. Windows color (decimal): -2771265 or 12564181. OLE color: 12564181.

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

Color convert

RGB 213 182 191 -
CMYK 0 0.15 0.10 0.16
HSL 342.58º 0.27% 0.77% -
HSV(B) 342.58º 0.15% 0.84% -
XYZ 53.57 51.36 56.38 -
YUV 192.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 213 182 191 0 0.15 0.10 0.16 342.58 0.27 0.77
Hex D5 B6 BF 0 F A 10 157 1B 4D
Octal 325 266 277 0 17 12 20 527 33 115
Binary 11010101 10110110 10111111 0 1111 1010 10000 101010111 11011 1001101

Color Harmonies of #D5B6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B6BF

Black with #D5B6BF

Text Example


Text Example

White with #D5B6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B6BF; }

 p { color: rgb(213,182,191); }

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

background-color css

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

 a { background-color: rgb(213,182,191); }

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

border-color css

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

 span { border-color: rgb(213,182,191); }

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