Shades of Melrose #CCC5EC
Tints of Melrose #CCC5EC
RGB
CMYK
RGB Variations
Color information
#CCC5EC (or 0xCCC5EC) is known color: Melrose. HEX triplet: CC, C5 and EC. RGB value is (204,197,236). Sum of RGB (Red+Green+Blue) = 204+197+236=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5EC is #333A13. Grayscale: #CBCBCB. Windows color (decimal): -3357204 or 15517132. OLE color: 15517132.
HSL color Cylindrical-coordinate representation of color #CCC5EC: hue angle of 250.77º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC5EC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 197 | 236 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.07 |
| HSL | 250.77º | 0.51% | 0.85% | - |
| HSV(B) | 250.77º | 0.17% | 0.93% | - |
| XYZ | 60.01 | 58.83 | 87.55 | - |
| YUV | 203.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 236 | 0.14 | 0.17 | 0 | 0.07 | 250.77 | 0.51 | 0.85 |
| Hex | CC | C5 | EC | E | 11 | 0 | 7 | FB | 33 | 55 |
| Octal | 314 | 305 | 354 | 16 | 21 | 0 | 7 | 373 | 63 | 125 |
| Binary | 11001100 | 11000101 | 11101100 | 1110 | 10001 | 0 | 111 | 11111011 | 110011 | 1010101 |
Color Harmonies of #CCC5EC
Complementary color
Monochromatic Colors of #CCC5EC
Black with #CCC5EC
Text Example
Text Example
White with #CCC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5EC; }
p { color: rgb(204,197,236); }
H1.HeaderClassName
{
color: #CCC5EC;
}
.AnyTagClassName
{
color: #CCC5EC;
}
</style>
background-color css
<style>
a { background-color: #CCC5EC; }
a { background-color: rgb(204,197,236); }
div.DivClassName
{
background-color: #CCC5EC;
}
.BgClassName
{
background-color: #CCC5EC;
}
</style>
border-color css
<style>
span { border-color: #CCC5EC; }
span { border-color: rgb(204,197,236); }
td.TdClassName
{
border-color: #CCC5EC;
}
.TagClassName
{
border-color: #CCC5EC;
}
</style>