Shades of Melrose #CCC6EA
Tints of Melrose #CCC6EA
RGB
CMYK
RGB Variations
Color information
#CCC6EA (or 0xCCC6EA) is known color: Melrose. HEX triplet: CC, C6 and EA. RGB value is (204,198,234). Sum of RGB (Red+Green+Blue) = 204+198+234=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6EA is #333915. Grayscale: #CBCBCB. Windows color (decimal): -3356950 or 15386316. OLE color: 15386316.
HSL color Cylindrical-coordinate representation of color #CCC6EA: hue angle of 250º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC6EA is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 198 | 234 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.08 |
| HSL | 250º | 0.46% | 0.85% | - |
| HSV(B) | 250º | 0.15% | 0.92% | - |
| XYZ | 59.95 | 59.17 | 86.1 | - |
| YUV | 203.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 234 | 0.13 | 0.15 | 0 | 0.08 | 250 | 0.46 | 0.85 |
| Hex | CC | C6 | EA | D | F | 0 | 8 | FA | 2E | 55 |
| Octal | 314 | 306 | 352 | 15 | 17 | 0 | 10 | 372 | 56 | 125 |
| Binary | 11001100 | 11000110 | 11101010 | 1101 | 1111 | 0 | 1000 | 11111010 | 101110 | 1010101 |
Color Harmonies of #CCC6EA
Complementary color
Monochromatic Colors of #CCC6EA
Black with #CCC6EA
Text Example
Text Example
White with #CCC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6EA; }
p { color: rgb(204,198,234); }
H1.HeaderClassName
{
color: #CCC6EA;
}
.AnyTagClassName
{
color: #CCC6EA;
}
</style>
background-color css
<style>
a { background-color: #CCC6EA; }
a { background-color: rgb(204,198,234); }
div.DivClassName
{
background-color: #CCC6EA;
}
.BgClassName
{
background-color: #CCC6EA;
}
</style>
border-color css
<style>
span { border-color: #CCC6EA; }
span { border-color: rgb(204,198,234); }
td.TdClassName
{
border-color: #CCC6EA;
}
.TagClassName
{
border-color: #CCC6EA;
}
</style>