Shades of Melrose #C9C0DA
Tints of Melrose #C9C0DA
RGB
CMYK
RGB Variations
Color information
#C9C0DA (or 0xC9C0DA) is known color: Melrose. HEX triplet: C9, C0 and DA. RGB value is (201,192,218). Sum of RGB (Red+Green+Blue) = 201+192+218=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9C0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0DA is #363F25. Grayscale: #C5C5C5. Windows color (decimal): -3555110 or 14336201. OLE color: 14336201.
HSL color Cylindrical-coordinate representation of color #C9C0DA: hue angle of 260.77º 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 #C9C0DA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 201 | 192 | 218 | - |
CMYK | 0.08 | 0.12 | 0 | 0.15 |
HSL | 260.77º | 0.26% | 0.8% | - |
HSV(B) | 260.77º | 0.12% | 0.85% | - |
XYZ | 55.59 | 55.18 | 74.05 | - |
YUV | 197.66 | 139.48 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 192 | 218 | 0.08 | 0.12 | 0 | 0.15 | 260.77 | 0.26 | 0.8 |
Hex | C9 | C0 | DA | 8 | C | 0 | F | 105 | 1A | 50 |
Octal | 311 | 300 | 332 | 10 | 14 | 0 | 17 | 405 | 32 | 120 |
Binary | 11001001 | 11000000 | 11011010 | 1000 | 1100 | 0 | 1111 | 100000101 | 11010 | 1010000 |
Color Harmonies of #C9C0DA
Complementary color
Monochromatic Colors of #C9C0DA
Black with #C9C0DA
Text Example
Text Example
White with #C9C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0DA; }
p { color: rgb(201,192,218); }
H1.HeaderClassName
{
color: #C9C0DA;
}
.AnyTagClassName
{
color: #C9C0DA;
}
</style>
background-color css
<style>
a { background-color: #C9C0DA; }
a { background-color: rgb(201,192,218); }
div.DivClassName
{
background-color: #C9C0DA;
}
.BgClassName
{
background-color: #C9C0DA;
}
</style>
border-color css
<style>
span { border-color: #C9C0DA; }
span { border-color: rgb(201,192,218); }
td.TdClassName
{
border-color: #C9C0DA;
}
.TagClassName
{
border-color: #C9C0DA;
}
</style>