Html Css Color HEX #DCB8BE Melanie

📋 copy color: '#DCB8BE'

red 220 ◦ green 184 ◦ blue 190

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

Shades of Melanie #DCB8BE

Tints of Melanie #DCB8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.98%

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

R = 37.04%
G = 30.98%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCB8BE (or 0xDCB8BE) is known color: Melanie. HEX triplet: DC, B8 and BE. RGB value is (220,184,190). Sum of RGB (Red+Green+Blue) = 220+184+190=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8BE is #234741. Grayscale: #C3C3C3. Windows color (decimal): -2312002 or 12499164. OLE color: 12499164.

HSL color Cylindrical-coordinate representation of color #DCB8BE: hue angle of 350º degrees, saturation: 0.34, 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 #DCB8BE is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 190 -
CMYK 0 0.16 0.14 0.14
HSL 350º 0.34% 0.79% -
HSV(B) 350º 0.16% 0.86% -
XYZ 55.95 53.21 56.04 -
YUV 195.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 220 184 190 0 0.16 0.14 0.14 350 0.34 0.79
Hex DC B8 BE 0 10 E E 15E 22 4F
Octal 334 270 276 0 20 16 16 536 42 117
Binary 11011100 10111000 10111110 0 10000 1110 1110 101011110 100010 1001111

Color Harmonies of #DCB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB8BE

Black with #DCB8BE

Text Example


Text Example

White with #DCB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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