Shades of Melrose #CCC6E4
Tints of Melrose #CCC6E4
RGB
CMYK
RGB Variations
Color information
#CCC6E4 (or 0xCCC6E4) is known color: Melrose. HEX triplet: CC, C6 and E4. RGB value is (204,198,228). Sum of RGB (Red+Green+Blue) = 204+198+228=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCC6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6E4 is #33391B. Grayscale: #CBCBCB. Windows color (decimal): -3356956 or 14993100. OLE color: 14993100.
HSL color Cylindrical-coordinate representation of color #CCC6E4: hue angle of 252º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC6E4 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 198 | 228 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.11 |
| HSL | 252º | 0.36% | 0.84% | - |
| HSV(B) | 252º | 0.13% | 0.89% | - |
| XYZ | 59.1 | 58.83 | 81.64 | - |
| YUV | 203.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 228 | 0.11 | 0.13 | 0 | 0.11 | 252 | 0.36 | 0.84 |
| Hex | CC | C6 | E4 | B | D | 0 | B | FC | 24 | 54 |
| Octal | 314 | 306 | 344 | 13 | 15 | 0 | 13 | 374 | 44 | 124 |
| Binary | 11001100 | 11000110 | 11100100 | 1011 | 1101 | 0 | 1011 | 11111100 | 100100 | 1010100 |
Color Harmonies of #CCC6E4
Complementary color
Monochromatic Colors of #CCC6E4
Black with #CCC6E4
Text Example
Text Example
White with #CCC6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6E4; }
p { color: rgb(204,198,228); }
H1.HeaderClassName
{
color: #CCC6E4;
}
.AnyTagClassName
{
color: #CCC6E4;
}
</style>
background-color css
<style>
a { background-color: #CCC6E4; }
a { background-color: rgb(204,198,228); }
div.DivClassName
{
background-color: #CCC6E4;
}
.BgClassName
{
background-color: #CCC6E4;
}
</style>
border-color css
<style>
span { border-color: #CCC6E4; }
span { border-color: rgb(204,198,228); }
td.TdClassName
{
border-color: #CCC6E4;
}
.TagClassName
{
border-color: #CCC6E4;
}
</style>