Shades of Melrose #CCC9D6
Tints of Melrose #CCC9D6
RGB
CMYK
RGB Variations
Color information
#CCC9D6 (or 0xCCC9D6) is known color: Melrose. HEX triplet: CC, C9 and D6. RGB value is (204,201,214). Sum of RGB (Red+Green+Blue) = 204+201+214=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9D6 is #333629. Grayscale: #CBCBCB. Windows color (decimal): -3356202 or 14076364. OLE color: 14076364.
HSL color Cylindrical-coordinate representation of color #CCC9D6: hue angle of 253.85º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC9D6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 201 | 214 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.16 |
| HSL | 253.85º | 0.14% | 0.81% | - |
| HSV(B) | 253.85º | 0.06% | 0.84% | - |
| XYZ | 57.93 | 59.47 | 72.04 | - |
| YUV | 203.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 214 | 0.05 | 0.06 | 0 | 0.16 | 253.85 | 0.14 | 0.81 |
| Hex | CC | C9 | D6 | 5 | 6 | 0 | 10 | FE | E | 51 |
| Octal | 314 | 311 | 326 | 5 | 6 | 0 | 20 | 376 | 16 | 121 |
| Binary | 11001100 | 11001001 | 11010110 | 101 | 110 | 0 | 10000 | 11111110 | 1110 | 1010001 |
Color Harmonies of #CCC9D6
Complementary color
Monochromatic Colors of #CCC9D6
Black with #CCC9D6
Text Example
Text Example
White with #CCC9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9D6; }
p { color: rgb(204,201,214); }
H1.HeaderClassName
{
color: #CCC9D6;
}
.AnyTagClassName
{
color: #CCC9D6;
}
</style>
background-color css
<style>
a { background-color: #CCC9D6; }
a { background-color: rgb(204,201,214); }
div.DivClassName
{
background-color: #CCC9D6;
}
.BgClassName
{
background-color: #CCC9D6;
}
</style>
border-color css
<style>
span { border-color: #CCC9D6; }
span { border-color: rgb(204,201,214); }
td.TdClassName
{
border-color: #CCC9D6;
}
.TagClassName
{
border-color: #CCC9D6;
}
</style>