Html Css Color HEX #DCB7BE Melanie

📋 copy color: '#DCB7BE'

red 220 ◦ green 183 ◦ blue 190

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

Shades of Melanie #DCB7BE

Tints of Melanie #DCB7BE

RGB

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

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

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

R = 37.1%
G = 30.86%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCB7BE (or 0xDCB7BE) is known color: Melanie. HEX triplet: DC, B7 and BE. RGB value is (220,183,190). Sum of RGB (Red+Green+Blue) = 220+183+190=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7BE is #234841. Grayscale: #C2C2C2. Windows color (decimal): -2312258 or 12498908. OLE color: 12498908.

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

Color convert

RGB 220 183 190 -
CMYK 0 0.17 0.14 0.14
HSL 348.65º 0.35% 0.79% -
HSV(B) 348.65º 0.17% 0.86% -
XYZ 55.74 52.8 55.97 -
YUV 194.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 220 183 190 0 0.17 0.14 0.14 348.65 0.35 0.79
Hex DC B7 BE 0 11 E E 15D 23 4F
Octal 334 267 276 0 21 16 16 535 43 117
Binary 11011100 10110111 10111110 0 10001 1110 1110 101011101 100011 1001111

Color Harmonies of #DCB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7BE

Black with #DCB7BE

Text Example


Text Example

White with #DCB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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