Shades of Melrose #C9C5DA
Tints of Melrose #C9C5DA
RGB
CMYK
RGB Variations
Color information
#C9C5DA (or 0xC9C5DA) is known color: Melrose. HEX triplet: C9, C5 and DA. RGB value is (201,197,218). Sum of RGB (Red+Green+Blue) = 201+197+218=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9C5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5DA is #363A25. Grayscale: #C8C8C8. Windows color (decimal): -3553830 or 14337481. OLE color: 14337481.
HSL color Cylindrical-coordinate representation of color #C9C5DA: hue angle of 251.43º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9C5DA is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 197 | 218 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.15 |
| HSL | 251.43º | 0.22% | 0.81% | - |
| HSV(B) | 251.43º | 0.1% | 0.85% | - |
| XYZ | 56.71 | 57.41 | 74.42 | - |
| YUV | 200.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 218 | 0.08 | 0.10 | 0 | 0.15 | 251.43 | 0.22 | 0.81 |
| Hex | C9 | C5 | DA | 8 | A | 0 | F | FB | 16 | 51 |
| Octal | 311 | 305 | 332 | 10 | 12 | 0 | 17 | 373 | 26 | 121 |
| Binary | 11001001 | 11000101 | 11011010 | 1000 | 1010 | 0 | 1111 | 11111011 | 10110 | 1010001 |
Color Harmonies of #C9C5DA
Complementary color
Monochromatic Colors of #C9C5DA
Black with #C9C5DA
Text Example
Text Example
White with #C9C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C5DA; }
p { color: rgb(201,197,218); }
H1.HeaderClassName
{
color: #C9C5DA;
}
.AnyTagClassName
{
color: #C9C5DA;
}
</style>
background-color css
<style>
a { background-color: #C9C5DA; }
a { background-color: rgb(201,197,218); }
div.DivClassName
{
background-color: #C9C5DA;
}
.BgClassName
{
background-color: #C9C5DA;
}
</style>
border-color css
<style>
span { border-color: #C9C5DA; }
span { border-color: rgb(201,197,218); }
td.TdClassName
{
border-color: #C9C5DA;
}
.TagClassName
{
border-color: #C9C5DA;
}
</style>