Shades of Melrose #C9C6D6
Tints of Melrose #C9C6D6
RGB
CMYK
RGB Variations
Color information
#C9C6D6 (or 0xC9C6D6) is known color: Melrose. HEX triplet: C9, C6 and D6. RGB value is (201,198,214). Sum of RGB (Red+Green+Blue) = 201+198+214=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9C6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6D6 is #363929. Grayscale: #C8C8C8. Windows color (decimal): -3553578 or 14075593. OLE color: 14075593.
HSL color Cylindrical-coordinate representation of color #C9C6D6: hue angle of 251.25º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9C6D6 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 198 | 214 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.16 |
| HSL | 251.25º | 0.16% | 0.81% | - |
| HSV(B) | 251.25º | 0.07% | 0.84% | - |
| XYZ | 56.42 | 57.66 | 71.77 | - |
| YUV | 200.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 214 | 0.06 | 0.07 | 0 | 0.16 | 251.25 | 0.16 | 0.81 |
| Hex | C9 | C6 | D6 | 6 | 7 | 0 | 10 | FB | 10 | 51 |
| Octal | 311 | 306 | 326 | 6 | 7 | 0 | 20 | 373 | 20 | 121 |
| Binary | 11001001 | 11000110 | 11010110 | 110 | 111 | 0 | 10000 | 11111011 | 10000 | 1010001 |
Color Harmonies of #C9C6D6
Complementary color
Monochromatic Colors of #C9C6D6
Black with #C9C6D6
Text Example
Text Example
White with #C9C6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C6D6; }
p { color: rgb(201,198,214); }
H1.HeaderClassName
{
color: #C9C6D6;
}
.AnyTagClassName
{
color: #C9C6D6;
}
</style>
background-color css
<style>
a { background-color: #C9C6D6; }
a { background-color: rgb(201,198,214); }
div.DivClassName
{
background-color: #C9C6D6;
}
.BgClassName
{
background-color: #C9C6D6;
}
</style>
border-color css
<style>
span { border-color: #C9C6D6; }
span { border-color: rgb(201,198,214); }
td.TdClassName
{
border-color: #C9C6D6;
}
.TagClassName
{
border-color: #C9C6D6;
}
</style>