Shades of Melrose #C5C0DB
Tints of Melrose #C5C0DB
RGB
CMYK
RGB Variations
Color information
#C5C0DB (or 0xC5C0DB) is known color: Melrose. HEX triplet: C5, C0 and DB. RGB value is (197,192,219). Sum of RGB (Red+Green+Blue) = 197+192+219=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0DB is #3A3F24. Grayscale: #C4C4C4. Windows color (decimal): -3817253 or 14401733. OLE color: 14401733.
HSL color Cylindrical-coordinate representation of color #C5C0DB: hue angle of 251.11º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5C0DB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 192 | 219 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.14 |
| HSL | 251.11º | 0.27% | 0.81% | - |
| HSV(B) | 251.11º | 0.12% | 0.86% | - |
| XYZ | 54.66 | 54.68 | 74.69 | - |
| YUV | 196.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 219 | 0.10 | 0.12 | 0 | 0.14 | 251.11 | 0.27 | 0.81 |
| Hex | C5 | C0 | DB | A | C | 0 | E | FB | 1B | 51 |
| Octal | 305 | 300 | 333 | 12 | 14 | 0 | 16 | 373 | 33 | 121 |
| Binary | 11000101 | 11000000 | 11011011 | 1010 | 1100 | 0 | 1110 | 11111011 | 11011 | 1010001 |
Color Harmonies of #C5C0DB
Complementary color
Monochromatic Colors of #C5C0DB
Black with #C5C0DB
Text Example
Text Example
White with #C5C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0DB; }
p { color: rgb(197,192,219); }
H1.HeaderClassName
{
color: #C5C0DB;
}
.AnyTagClassName
{
color: #C5C0DB;
}
</style>
background-color css
<style>
a { background-color: #C5C0DB; }
a { background-color: rgb(197,192,219); }
div.DivClassName
{
background-color: #C5C0DB;
}
.BgClassName
{
background-color: #C5C0DB;
}
</style>
border-color css
<style>
span { border-color: #C5C0DB; }
span { border-color: rgb(197,192,219); }
td.TdClassName
{
border-color: #C5C0DB;
}
.TagClassName
{
border-color: #C5C0DB;
}
</style>