Shades of Melanie #DCBEC3
Tints of Melanie #DCBEC3
RGB
CMYK
RGB Variations
Color information
#DCBEC3 (or 0xDCBEC3) is known color: Melanie. HEX triplet: DC, BE and C3. RGB value is (220,190,195). Sum of RGB (Red+Green+Blue) = 220+190+195=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC3 is #23413C. Grayscale: #C7C7C7. Windows color (decimal): -2310461 or 12828380. OLE color: 12828380.
HSL color Cylindrical-coordinate representation of color #DCBEC3: hue angle of 350º 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 #DCBEC3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 195 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.14 |
| HSL | 350º | 0.3% | 0.8% | - |
| HSV(B) | 350º | 0.14% | 0.86% | - |
| XYZ | 57.78 | 55.98 | 59.39 | - |
| YUV | 199.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 195 | 0 | 0.14 | 0.11 | 0.14 | 350 | 0.3 | 0.8 |
| Hex | DC | BE | C3 | 0 | E | B | E | 15E | 1E | 50 |
| Octal | 334 | 276 | 303 | 0 | 16 | 13 | 16 | 536 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11000011 | 0 | 1110 | 1011 | 1110 | 101011110 | 11110 | 1010000 |
Color Harmonies of #DCBEC3
Complementary color
Monochromatic Colors of #DCBEC3
Black with #DCBEC3
Text Example
Text Example
White with #DCBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEC3; }
p { color: rgb(220,190,195); }
H1.HeaderClassName
{
color: #DCBEC3;
}
.AnyTagClassName
{
color: #DCBEC3;
}
</style>
background-color css
<style>
a { background-color: #DCBEC3; }
a { background-color: rgb(220,190,195); }
div.DivClassName
{
background-color: #DCBEC3;
}
.BgClassName
{
background-color: #DCBEC3;
}
</style>
border-color css
<style>
span { border-color: #DCBEC3; }
span { border-color: rgb(220,190,195); }
td.TdClassName
{
border-color: #DCBEC3;
}
.TagClassName
{
border-color: #DCBEC3;
}
</style>