Html Css Color HEX #DCB5BE Melanie

📋 copy color: '#DCB5BE'

red 220 ◦ green 181 ◦ blue 190

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

Shades of Melanie #DCB5BE

Tints of Melanie #DCB5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.63%

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

R = 37.23%
G = 30.63%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCB5BE (or 0xDCB5BE) is known color: Melanie. HEX triplet: DC, B5 and BE. RGB value is (220,181,190). Sum of RGB (Red+Green+Blue) = 220+181+190=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5BE is #234A41. Grayscale: #C1C1C1. Windows color (decimal): -2312770 or 12498396. OLE color: 12498396.

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

Color convert

RGB 220 181 190 -
CMYK 0 0.18 0.14 0.14
HSL 346.15º 0.36% 0.79% -
HSV(B) 346.15º 0.18% 0.86% -
XYZ 55.33 51.98 55.83 -
YUV 193.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 220 181 190 0 0.18 0.14 0.14 346.15 0.36 0.79
Hex DC B5 BE 0 12 E E 15A 24 4F
Octal 334 265 276 0 22 16 16 532 44 117
Binary 11011100 10110101 10111110 0 10010 1110 1110 101011010 100100 1001111

Color Harmonies of #DCB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5BE

Black with #DCB5BE

Text Example


Text Example

White with #DCB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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