Html Css Color HEX #DCB5BF Melanie

📋 copy color: '#DCB5BF'

red 220 ◦ green 181 ◦ blue 191

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

Shades of Melanie #DCB5BF

Tints of Melanie #DCB5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.26%

R = 37.16%
G = 30.57%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DCB5BF (or 0xDCB5BF) is known color: Melanie. HEX triplet: DC, B5 and BF. RGB value is (220,181,191). Sum of RGB (Red+Green+Blue) = 220+181+191=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5BF is #234A40. Grayscale: #C1C1C1. Windows color (decimal): -2312769 or 12563932. OLE color: 12563932.

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

Color convert

RGB 220 181 191 -
CMYK 0 0.18 0.13 0.14
HSL 344.62º 0.36% 0.79% -
HSV(B) 344.62º 0.18% 0.86% -
XYZ 55.44 52.02 56.41 -
YUV 193.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 220 181 191 0 0.18 0.13 0.14 344.62 0.36 0.79
Hex DC B5 BF 0 12 D E 159 24 4F
Octal 334 265 277 0 22 15 16 531 44 117
Binary 11011100 10110101 10111111 0 10010 1101 1110 101011001 100100 1001111

Color Harmonies of #DCB5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5BF

Black with #DCB5BF

Text Example


Text Example

White with #DCB5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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