Shades of Melrose #C5C0DF
Tints of Melrose #C5C0DF
RGB
CMYK
RGB Variations
Color information
#C5C0DF (or 0xC5C0DF) is known color: Melrose. HEX triplet: C5, C0 and DF. RGB value is (197,192,223). Sum of RGB (Red+Green+Blue) = 197+192+223=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0DF is #3A3F20. Grayscale: #C4C4C4. Windows color (decimal): -3817249 or 14663877. OLE color: 14663877.
HSL color Cylindrical-coordinate representation of color #C5C0DF: hue angle of 249.68º degrees, saturation: 0.33, 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 #C5C0DF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 192 | 223 | - |
CMYK | 0.12 | 0.14 | 0 | 0.13 |
HSL | 249.68º | 0.33% | 0.81% | - |
HSV(B) | 249.68º | 0.14% | 0.87% | - |
XYZ | 55.19 | 54.9 | 77.5 | - |
YUV | 197.03 | 142.66 | 127.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 192 | 223 | 0.12 | 0.14 | 0 | 0.13 | 249.68 | 0.33 | 0.81 |
Hex | C5 | C0 | DF | C | E | 0 | D | FA | 21 | 51 |
Octal | 305 | 300 | 337 | 14 | 16 | 0 | 15 | 372 | 41 | 121 |
Binary | 11000101 | 11000000 | 11011111 | 1100 | 1110 | 0 | 1101 | 11111010 | 100001 | 1010001 |
Color Harmonies of #C5C0DF
Complementary color
Monochromatic Colors of #C5C0DF
Black with #C5C0DF
Text Example
Text Example
White with #C5C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0DF; }
p { color: rgb(197,192,223); }
H1.HeaderClassName
{
color: #C5C0DF;
}
.AnyTagClassName
{
color: #C5C0DF;
}
</style>
background-color css
<style>
a { background-color: #C5C0DF; }
a { background-color: rgb(197,192,223); }
div.DivClassName
{
background-color: #C5C0DF;
}
.BgClassName
{
background-color: #C5C0DF;
}
</style>
border-color css
<style>
span { border-color: #C5C0DF; }
span { border-color: rgb(197,192,223); }
td.TdClassName
{
border-color: #C5C0DF;
}
.TagClassName
{
border-color: #C5C0DF;
}
</style>