Html Css Color HEX #DCB3BE Melanie

📋 copy color: '#DCB3BE'

red 220 ◦ green 179 ◦ blue 190

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

Shades of Melanie #DCB3BE

Tints of Melanie #DCB3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.39%

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

R = 37.35%
G = 30.39%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCB3BE (or 0xDCB3BE) is known color: Melanie. HEX triplet: DC, B3 and BE. RGB value is (220,179,190). Sum of RGB (Red+Green+Blue) = 220+179+190=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3BE is #234C41. Grayscale: #C0C0C0. Windows color (decimal): -2313282 or 12497884. OLE color: 12497884.

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

Color convert

RGB 220 179 190 -
CMYK 0 0.19 0.14 0.14
HSL 343.9º 0.37% 0.78% -
HSV(B) 343.9º 0.19% 0.86% -
XYZ 54.93 51.17 55.7 -
YUV 192.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 220 179 190 0 0.19 0.14 0.14 343.9 0.37 0.78
Hex DC B3 BE 0 13 E E 158 25 4E
Octal 334 263 276 0 23 16 16 530 45 116
Binary 11011100 10110011 10111110 0 10011 1110 1110 101011000 100101 1001110

Color Harmonies of #DCB3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3BE

Black with #DCB3BE

Text Example


Text Example

White with #DCB3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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