Shades of Melrose #C5C0DA
Tints of Melrose #C5C0DA
RGB
CMYK
RGB Variations
Color information
#C5C0DA (or 0xC5C0DA) is known color: Melrose. HEX triplet: C5, C0 and DA. RGB value is (197,192,218). Sum of RGB (Red+Green+Blue) = 197+192+218=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5C0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0DA is #3A3F25. Grayscale: #C4C4C4. Windows color (decimal): -3817254 or 14336197. OLE color: 14336197.
HSL color Cylindrical-coordinate representation of color #C5C0DA: hue angle of 251.54º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5C0DA is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 192 | 218 | - |
CMYK | 0.10 | 0.12 | 0 | 0.15 |
HSL | 251.54º | 0.26% | 0.8% | - |
HSV(B) | 251.54º | 0.12% | 0.85% | - |
XYZ | 54.53 | 54.63 | 74 | - |
YUV | 196.46 | 140.16 | 128.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 192 | 218 | 0.10 | 0.12 | 0 | 0.15 | 251.54 | 0.26 | 0.8 |
Hex | C5 | C0 | DA | A | C | 0 | F | FC | 1A | 50 |
Octal | 305 | 300 | 332 | 12 | 14 | 0 | 17 | 374 | 32 | 120 |
Binary | 11000101 | 11000000 | 11011010 | 1010 | 1100 | 0 | 1111 | 11111100 | 11010 | 1010000 |
Color Harmonies of #C5C0DA
Complementary color
Monochromatic Colors of #C5C0DA
Black with #C5C0DA
Text Example
Text Example
White with #C5C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0DA; }
p { color: rgb(197,192,218); }
H1.HeaderClassName
{
color: #C5C0DA;
}
.AnyTagClassName
{
color: #C5C0DA;
}
</style>
background-color css
<style>
a { background-color: #C5C0DA; }
a { background-color: rgb(197,192,218); }
div.DivClassName
{
background-color: #C5C0DA;
}
.BgClassName
{
background-color: #C5C0DA;
}
</style>
border-color css
<style>
span { border-color: #C5C0DA; }
span { border-color: rgb(197,192,218); }
td.TdClassName
{
border-color: #C5C0DA;
}
.TagClassName
{
border-color: #C5C0DA;
}
</style>