Shades of Melrose #CCC6E0
Tints of Melrose #CCC6E0
RGB
CMYK
RGB Variations
Color information
#CCC6E0 (or 0xCCC6E0) is known color: Melrose. HEX triplet: CC, C6 and E0. RGB value is (204,198,224). Sum of RGB (Red+Green+Blue) = 204+198+224=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCC6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6E0 is #33391F. Grayscale: #CACACA. Windows color (decimal): -3356960 or 14730956. OLE color: 14730956.
HSL color Cylindrical-coordinate representation of color #CCC6E0: hue angle of 253.85º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC6E0 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 198 | 224 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.12 |
| HSL | 253.85º | 0.3% | 0.83% | - |
| HSV(B) | 253.85º | 0.12% | 0.88% | - |
| XYZ | 58.55 | 58.61 | 78.75 | - |
| YUV | 202.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 224 | 0.09 | 0.12 | 0 | 0.12 | 253.85 | 0.3 | 0.83 |
| Hex | CC | C6 | E0 | 9 | C | 0 | C | FE | 1E | 53 |
| Octal | 314 | 306 | 340 | 11 | 14 | 0 | 14 | 376 | 36 | 123 |
| Binary | 11001100 | 11000110 | 11100000 | 1001 | 1100 | 0 | 1100 | 11111110 | 11110 | 1010011 |
Color Harmonies of #CCC6E0
Complementary color
Monochromatic Colors of #CCC6E0
Black with #CCC6E0
Text Example
Text Example
White with #CCC6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6E0; }
p { color: rgb(204,198,224); }
H1.HeaderClassName
{
color: #CCC6E0;
}
.AnyTagClassName
{
color: #CCC6E0;
}
</style>
background-color css
<style>
a { background-color: #CCC6E0; }
a { background-color: rgb(204,198,224); }
div.DivClassName
{
background-color: #CCC6E0;
}
.BgClassName
{
background-color: #CCC6E0;
}
</style>
border-color css
<style>
span { border-color: #CCC6E0; }
span { border-color: rgb(204,198,224); }
td.TdClassName
{
border-color: #CCC6E0;
}
.TagClassName
{
border-color: #CCC6E0;
}
</style>