Html Css Color HEX #DCB1BE Melanie

📋 copy color: '#DCB1BE'

red 220 ◦ green 177 ◦ blue 190

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

Shades of Melanie #DCB1BE

Tints of Melanie #DCB1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.15%

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

R = 37.48%
G = 30.15%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCB1BE (or 0xDCB1BE) is known color: Melanie. HEX triplet: DC, B1 and BE. RGB value is (220,177,190). Sum of RGB (Red+Green+Blue) = 220+177+190=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1BE is #234E41. Grayscale: #BFBFBF. Windows color (decimal): -2313794 or 12497372. OLE color: 12497372.

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

Color convert

RGB 220 177 190 -
CMYK 0 0.20 0.14 0.14
HSL 341.86º 0.38% 0.78% -
HSV(B) 341.86º 0.2% 0.86% -
XYZ 54.53 50.38 55.56 -
YUV 191.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 220 177 190 0 0.20 0.14 0.14 341.86 0.38 0.78
Hex DC B1 BE 0 14 E E 156 26 4E
Octal 334 261 276 0 24 16 16 526 46 116
Binary 11011100 10110001 10111110 0 10100 1110 1110 101010110 100110 1001110

Color Harmonies of #DCB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1BE

Black with #DCB1BE

Text Example


Text Example

White with #DCB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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