Html Css Color HEX #D5B3BF Melanie

📋 copy color: '#D5B3BF'

red 213 ◦ green 179 ◦ blue 191

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

Shades of Melanie #D5B3BF

Tints of Melanie #D5B3BF

RGB

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

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

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

R = 36.54%
G = 30.7%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5B3BF (or 0xD5B3BF) is known color: Melanie. HEX triplet: D5, B3 and BF. RGB value is (213,179,191). Sum of RGB (Red+Green+Blue) = 213+179+191=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B3BF is #2A4C40. Grayscale: #BEBEBE. Windows color (decimal): -2772033 or 12563413. OLE color: 12563413.

HSL color Cylindrical-coordinate representation of color #D5B3BF: hue angle of 338.82º 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 #D5B3BF is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 179 191 -
CMYK 0 0.16 0.10 0.16
HSL 338.82º 0.29% 0.77% -
HSV(B) 338.82º 0.16% 0.84% -
XYZ 52.96 50.15 56.18 -
YUV 190.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 213 179 191 0 0.16 0.10 0.16 338.82 0.29 0.77
Hex D5 B3 BF 0 10 A 10 153 1D 4D
Octal 325 263 277 0 20 12 20 523 35 115
Binary 11010101 10110011 10111111 0 10000 1010 10000 101010011 11101 1001101

Color Harmonies of #D5B3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B3BF

Black with #D5B3BF

Text Example


Text Example

White with #D5B3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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