Html Css Color HEX #DCB0BE Melanie

📋 copy color: '#DCB0BE'

red 220 ◦ green 176 ◦ blue 190

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

Shades of Melanie #DCB0BE

Tints of Melanie #DCB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.03%

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

R = 37.54%
G = 30.03%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCB0BE (or 0xDCB0BE) is known color: Melanie. HEX triplet: DC, B0 and BE. RGB value is (220,176,190). Sum of RGB (Red+Green+Blue) = 220+176+190=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0BE is #234F41. Grayscale: #BEBEBE. Windows color (decimal): -2314050 or 12497116. OLE color: 12497116.

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

Color convert

RGB 220 176 190 -
CMYK 0 0.2 0.14 0.14
HSL 340.91º 0.39% 0.78% -
HSV(B) 340.91º 0.2% 0.86% -
XYZ 54.33 49.98 55.5 -
YUV 190.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 220 176 190 0 0.2 0.14 0.14 340.91 0.39 0.78
Hex DC B0 BE 0 14 E E 155 27 4E
Octal 334 260 276 0 24 16 16 525 47 116
Binary 11011100 10110000 10111110 0 10100 1110 1110 101010101 100111 1001110

Color Harmonies of #DCB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0BE

Black with #DCB0BE

Text Example


Text Example

White with #DCB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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