Html Css Color HEX #DCB6BE Melanie

📋 copy color: '#DCB6BE'

red 220 ◦ green 182 ◦ blue 190

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

Shades of Melanie #DCB6BE

Tints of Melanie #DCB6BE

RGB

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

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

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

R = 37.16%
G = 30.74%
B = 32.09%

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

#DCB6BE (or 0xDCB6BE) is known color: Melanie. HEX triplet: DC, B6 and BE. RGB value is (220,182,190). Sum of RGB (Red+Green+Blue) = 220+182+190=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6BE is #234941. Grayscale: #C2C2C2. Windows color (decimal): -2312514 or 12498652. OLE color: 12498652.

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

Color convert

RGB 220 182 190 -
CMYK 0 0.17 0.14 0.14
HSL 347.37º 0.35% 0.79% -
HSV(B) 347.37º 0.17% 0.86% -
XYZ 55.54 52.39 55.9 -
YUV 194.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 220 182 190 0 0.17 0.14 0.14 347.37 0.35 0.79
Hex DC B6 BE 0 11 E E 15B 23 4F
Octal 334 266 276 0 21 16 16 533 43 117
Binary 11011100 10110110 10111110 0 10001 1110 1110 101011011 100011 1001111

Color Harmonies of #DCB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6BE

Black with #DCB6BE

Text Example


Text Example

White with #DCB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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