Html Css Color HEX #D5B3BD Melanie

📋 copy color: '#D5B3BD'

red 213 ◦ green 179 ◦ blue 189

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

Shades of Melanie #D5B3BD

Tints of Melanie #D5B3BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.53%

R = 36.66%
G = 30.81%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5B3BD (or 0xD5B3BD) is known color: Melanie. HEX triplet: D5, B3 and BD. RGB value is (213,179,189). Sum of RGB (Red+Green+Blue) = 213+179+189=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B3BD is #2A4C42. Grayscale: #BEBEBE. Windows color (decimal): -2772035 or 12432341. OLE color: 12432341.

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

Color convert

RGB 213 179 189 -
CMYK 0 0.16 0.11 0.16
HSL 342.35º 0.29% 0.77% -
HSV(B) 342.35º 0.16% 0.84% -
XYZ 52.75 50.06 55.03 -
YUV 190.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 213 179 189 0 0.16 0.11 0.16 342.35 0.29 0.77
Hex D5 B3 BD 0 10 B 10 156 1D 4D
Octal 325 263 275 0 20 13 20 526 35 115
Binary 11010101 10110011 10111101 0 10000 1011 10000 101010110 11101 1001101

Color Harmonies of #D5B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B3BD

Black with #D5B3BD

Text Example


Text Example

White with #D5B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B3BD; }

 p { color: rgb(213,179,189); }

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

background-color css

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

 a { background-color: rgb(213,179,189); }

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

border-color css

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

 span { border-color: rgb(213,179,189); }

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