Shades of Melanie #DCBEC4
Tints of Melanie #DCBEC4
RGB
CMYK
RGB Variations
Color information
#DCBEC4 (or 0xDCBEC4) is known color: Melanie. HEX triplet: DC, BE and C4. RGB value is (220,190,196). Sum of RGB (Red+Green+Blue) = 220+190+196=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC4 is #23413B. Grayscale: #C7C7C7. Windows color (decimal): -2310460 or 12893916. OLE color: 12893916.
HSL color Cylindrical-coordinate representation of color #DCBEC4: hue angle of 348º 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 #DCBEC4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 196 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.14 |
| HSL | 348º | 0.3% | 0.8% | - |
| HSV(B) | 348º | 0.14% | 0.86% | - |
| XYZ | 57.89 | 56.03 | 59.99 | - |
| YUV | 199.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 196 | 0 | 0.14 | 0.11 | 0.14 | 348 | 0.3 | 0.8 |
| Hex | DC | BE | C4 | 0 | E | B | E | 15C | 1E | 50 |
| Octal | 334 | 276 | 304 | 0 | 16 | 13 | 16 | 534 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11000100 | 0 | 1110 | 1011 | 1110 | 101011100 | 11110 | 1010000 |
Color Harmonies of #DCBEC4
Complementary color
Monochromatic Colors of #DCBEC4
Black with #DCBEC4
Text Example
Text Example
White with #DCBEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEC4; }
p { color: rgb(220,190,196); }
H1.HeaderClassName
{
color: #DCBEC4;
}
.AnyTagClassName
{
color: #DCBEC4;
}
</style>
background-color css
<style>
a { background-color: #DCBEC4; }
a { background-color: rgb(220,190,196); }
div.DivClassName
{
background-color: #DCBEC4;
}
.BgClassName
{
background-color: #DCBEC4;
}
</style>
border-color css
<style>
span { border-color: #DCBEC4; }
span { border-color: rgb(220,190,196); }
td.TdClassName
{
border-color: #DCBEC4;
}
.TagClassName
{
border-color: #DCBEC4;
}
</style>