Shades of Melrose #C5C0D5
Tints of Melrose #C5C0D5
RGB
CMYK
RGB Variations
Color information
#C5C0D5 (or 0xC5C0D5) is known color: Melrose. HEX triplet: C5, C0 and D5. RGB value is (197,192,213). Sum of RGB (Red+Green+Blue) = 197+192+213=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 213 - color contains mainly: blue. Hex color #C5C0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0D5 is #3A3F2A. Grayscale: #C3C3C3. Windows color (decimal): -3817259 or 14008517. OLE color: 14008517.
HSL color Cylindrical-coordinate representation of color #C5C0D5: hue angle of 254.29º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5C0D5 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 197 | 192 | 213 | - |
CMYK | 0.08 | 0.10 | 0 | 0.16 |
HSL | 254.29º | 0.2% | 0.79% | - |
HSV(B) | 254.29º | 0.1% | 0.84% | - |
XYZ | 53.89 | 54.37 | 70.61 | - |
YUV | 195.89 | 137.66 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 192 | 213 | 0.08 | 0.10 | 0 | 0.16 | 254.29 | 0.2 | 0.79 |
Hex | C5 | C0 | D5 | 8 | A | 0 | 10 | FE | 14 | 4F |
Octal | 305 | 300 | 325 | 10 | 12 | 0 | 20 | 376 | 24 | 117 |
Binary | 11000101 | 11000000 | 11010101 | 1000 | 1010 | 0 | 10000 | 11111110 | 10100 | 1001111 |
Color Harmonies of #C5C0D5
Complementary color
Monochromatic Colors of #C5C0D5
Black with #C5C0D5
Text Example
Text Example
White with #C5C0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0D5; }
p { color: rgb(197,192,213); }
H1.HeaderClassName
{
color: #C5C0D5;
}
.AnyTagClassName
{
color: #C5C0D5;
}
</style>
background-color css
<style>
a { background-color: #C5C0D5; }
a { background-color: rgb(197,192,213); }
div.DivClassName
{
background-color: #C5C0D5;
}
.BgClassName
{
background-color: #C5C0D5;
}
</style>
border-color css
<style>
span { border-color: #C5C0D5; }
span { border-color: rgb(197,192,213); }
td.TdClassName
{
border-color: #C5C0D5;
}
.TagClassName
{
border-color: #C5C0D5;
}
</style>