Shades of Melrose #CCC8D6
Tints of Melrose #CCC8D6
RGB
CMYK
RGB Variations
Color information
#CCC8D6 (or 0xCCC8D6) is known color: Melrose. HEX triplet: CC, C8 and D6. RGB value is (204,200,214). Sum of RGB (Red+Green+Blue) = 204+200+214=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCC8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8D6 is #333729. Grayscale: #CACACA. Windows color (decimal): -3356458 or 14076108. OLE color: 14076108.
HSL color Cylindrical-coordinate representation of color #CCC8D6: hue angle of 257.14º degrees, saturation: 0.15, 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 #CCC8D6 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 200 | 214 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.16 |
| HSL | 257.14º | 0.15% | 0.81% | - |
| HSV(B) | 257.14º | 0.07% | 0.84% | - |
| XYZ | 57.69 | 59 | 71.97 | - |
| YUV | 202.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 214 | 0.05 | 0.07 | 0 | 0.16 | 257.14 | 0.15 | 0.81 |
| Hex | CC | C8 | D6 | 5 | 7 | 0 | 10 | 101 | F | 51 |
| Octal | 314 | 310 | 326 | 5 | 7 | 0 | 20 | 401 | 17 | 121 |
| Binary | 11001100 | 11001000 | 11010110 | 101 | 111 | 0 | 10000 | 100000001 | 1111 | 1010001 |
Color Harmonies of #CCC8D6
Complementary color
Monochromatic Colors of #CCC8D6
Black with #CCC8D6
Text Example
Text Example
White with #CCC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8D6; }
p { color: rgb(204,200,214); }
H1.HeaderClassName
{
color: #CCC8D6;
}
.AnyTagClassName
{
color: #CCC8D6;
}
</style>
background-color css
<style>
a { background-color: #CCC8D6; }
a { background-color: rgb(204,200,214); }
div.DivClassName
{
background-color: #CCC8D6;
}
.BgClassName
{
background-color: #CCC8D6;
}
</style>
border-color css
<style>
span { border-color: #CCC8D6; }
span { border-color: rgb(204,200,214); }
td.TdClassName
{
border-color: #CCC8D6;
}
.TagClassName
{
border-color: #CCC8D6;
}
</style>