Shades of Melanie #DBC2C4
Tints of Melanie #DBC2C4
RGB
CMYK
RGB Variations
Color information
#DBC2C4 (or 0xDBC2C4) is known color: Melanie. HEX triplet: DB, C2 and C4. RGB value is (219,194,196). Sum of RGB (Red+Green+Blue) = 219+194+196=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2C4 is #243D3B. Grayscale: #C9C9C9. Windows color (decimal): -2374972 or 12894939. OLE color: 12894939.
HSL color Cylindrical-coordinate representation of color #DBC2C4: hue angle of 355.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC2C4 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 196 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.14 |
| HSL | 355.2º | 0.26% | 0.81% | - |
| HSV(B) | 355.2º | 0.11% | 0.86% | - |
| XYZ | 58.47 | 57.63 | 60.27 | - |
| YUV | 201.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 196 | 0 | 0.11 | 0.11 | 0.14 | 355.2 | 0.26 | 0.81 |
| Hex | DB | C2 | C4 | 0 | B | B | E | 163 | 1A | 51 |
| Octal | 333 | 302 | 304 | 0 | 13 | 13 | 16 | 543 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11000100 | 0 | 1011 | 1011 | 1110 | 101100011 | 11010 | 1010001 |
Color Harmonies of #DBC2C4
Complementary color
Monochromatic Colors of #DBC2C4
Black with #DBC2C4
Text Example
Text Example
White with #DBC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2C4; }
p { color: rgb(219,194,196); }
H1.HeaderClassName
{
color: #DBC2C4;
}
.AnyTagClassName
{
color: #DBC2C4;
}
</style>
background-color css
<style>
a { background-color: #DBC2C4; }
a { background-color: rgb(219,194,196); }
div.DivClassName
{
background-color: #DBC2C4;
}
.BgClassName
{
background-color: #DBC2C4;
}
</style>
border-color css
<style>
span { border-color: #DBC2C4; }
span { border-color: rgb(219,194,196); }
td.TdClassName
{
border-color: #DBC2C4;
}
.TagClassName
{
border-color: #DBC2C4;
}
</style>