Html Css Color HEX #DCB9BF Melanie

📋 copy color: '#DCB9BF'

red 220 ◦ green 185 ◦ blue 191

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

Shades of Melanie #DCB9BF

Tints of Melanie #DCB9BF

RGB

 RED value IS 220 (86.33% from 255) = 36.91%

 GREEN value IS 185 (72.66% from 255) = 31.04%

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

R = 36.91%
G = 31.04%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DCB9BF (or 0xDCB9BF) is known color: Melanie. HEX triplet: DC, B9 and BF. RGB value is (220,185,191). Sum of RGB (Red+Green+Blue) = 220+185+191=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9BF is #234640. Grayscale: #C4C4C4. Windows color (decimal): -2311745 or 12564956. OLE color: 12564956.

HSL color Cylindrical-coordinate representation of color #DCB9BF: hue angle of 349.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB9BF is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 191 -
CMYK 0 0.16 0.13 0.14
HSL 349.71º 0.33% 0.79% -
HSV(B) 349.71º 0.16% 0.86% -
XYZ 56.27 53.68 56.68 -
YUV 196.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 220 185 191 0 0.16 0.13 0.14 349.71 0.33 0.79
Hex DC B9 BF 0 10 D E 15E 21 4F
Octal 334 271 277 0 20 15 16 536 41 117
Binary 11011100 10111001 10111111 0 10000 1101 1110 101011110 100001 1001111

Color Harmonies of #DCB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9BF

Black with #DCB9BF

Text Example


Text Example

White with #DCB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9BF; }

 p { color: rgb(220,185,191); }

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

background-color css

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

 a { background-color: rgb(220,185,191); }

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

border-color css

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

 span { border-color: rgb(220,185,191); }

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