Shades of Melanie #DCBEC5
Tints of Melanie #DCBEC5
RGB
CMYK
RGB Variations
Color information
#DCBEC5 (or 0xDCBEC5) is known color: Melanie. HEX triplet: DC, BE and C5. RGB value is (220,190,197). Sum of RGB (Red+Green+Blue) = 220+190+197=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC5 is #23413A. Grayscale: #C7C7C7. Windows color (decimal): -2310459 or 12959452. OLE color: 12959452.
HSL color Cylindrical-coordinate representation of color #DCBEC5: hue angle of 346º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBEC5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 197 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.14 |
| HSL | 346º | 0.3% | 0.8% | - |
| HSV(B) | 346º | 0.14% | 0.86% | - |
| XYZ | 58.01 | 56.07 | 60.59 | - |
| YUV | 199.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 197 | 0 | 0.14 | 0.10 | 0.14 | 346 | 0.3 | 0.8 |
| Hex | DC | BE | C5 | 0 | E | A | E | 15A | 1E | 50 |
| Octal | 334 | 276 | 305 | 0 | 16 | 12 | 16 | 532 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11000101 | 0 | 1110 | 1010 | 1110 | 101011010 | 11110 | 1010000 |
Color Harmonies of #DCBEC5
Complementary color
Monochromatic Colors of #DCBEC5
Black with #DCBEC5
Text Example
Text Example
White with #DCBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEC5; }
p { color: rgb(220,190,197); }
H1.HeaderClassName
{
color: #DCBEC5;
}
.AnyTagClassName
{
color: #DCBEC5;
}
</style>
background-color css
<style>
a { background-color: #DCBEC5; }
a { background-color: rgb(220,190,197); }
div.DivClassName
{
background-color: #DCBEC5;
}
.BgClassName
{
background-color: #DCBEC5;
}
</style>
border-color css
<style>
span { border-color: #DCBEC5; }
span { border-color: rgb(220,190,197); }
td.TdClassName
{
border-color: #DCBEC5;
}
.TagClassName
{
border-color: #DCBEC5;
}
</style>