Shades of Melrose #C5C0DE
Tints of Melrose #C5C0DE
RGB
CMYK
RGB Variations
Color information
#C5C0DE (or 0xC5C0DE) is known color: Melrose. HEX triplet: C5, C0 and DE. RGB value is (197,192,222). Sum of RGB (Red+Green+Blue) = 197+192+222=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5C0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0DE is #3A3F21. Grayscale: #C4C4C4. Windows color (decimal): -3817250 or 14598341. OLE color: 14598341.
HSL color Cylindrical-coordinate representation of color #C5C0DE: hue angle of 250º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5C0DE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 192 | 222 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.13 |
| HSL | 250º | 0.31% | 0.81% | - |
| HSV(B) | 250º | 0.14% | 0.87% | - |
| XYZ | 55.06 | 54.84 | 76.79 | - |
| YUV | 196.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 222 | 0.11 | 0.14 | 0 | 0.13 | 250 | 0.31 | 0.81 |
| Hex | C5 | C0 | DE | B | E | 0 | D | FA | 1F | 51 |
| Octal | 305 | 300 | 336 | 13 | 16 | 0 | 15 | 372 | 37 | 121 |
| Binary | 11000101 | 11000000 | 11011110 | 1011 | 1110 | 0 | 1101 | 11111010 | 11111 | 1010001 |
Color Harmonies of #C5C0DE
Complementary color
Monochromatic Colors of #C5C0DE
Black with #C5C0DE
Text Example
Text Example
White with #C5C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0DE; }
p { color: rgb(197,192,222); }
H1.HeaderClassName
{
color: #C5C0DE;
}
.AnyTagClassName
{
color: #C5C0DE;
}
</style>
background-color css
<style>
a { background-color: #C5C0DE; }
a { background-color: rgb(197,192,222); }
div.DivClassName
{
background-color: #C5C0DE;
}
.BgClassName
{
background-color: #C5C0DE;
}
</style>
border-color css
<style>
span { border-color: #C5C0DE; }
span { border-color: rgb(197,192,222); }
td.TdClassName
{
border-color: #C5C0DE;
}
.TagClassName
{
border-color: #C5C0DE;
}
</style>