Shades of Melrose #CCC6E8
Tints of Melrose #CCC6E8
RGB
CMYK
RGB Variations
Color information
#CCC6E8 (or 0xCCC6E8) is known color: Melrose. HEX triplet: CC, C6 and E8. RGB value is (204,198,232). Sum of RGB (Red+Green+Blue) = 204+198+232=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6E8 is #333917. Grayscale: #CBCBCB. Windows color (decimal): -3356952 or 15255244. OLE color: 15255244.
HSL color Cylindrical-coordinate representation of color #CCC6E8: hue angle of 250.59º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC6E8 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 198 | 232 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.09 |
| HSL | 250.59º | 0.43% | 0.84% | - |
| HSV(B) | 250.59º | 0.15% | 0.91% | - |
| XYZ | 59.66 | 59.05 | 84.6 | - |
| YUV | 203.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 232 | 0.12 | 0.15 | 0 | 0.09 | 250.59 | 0.43 | 0.84 |
| Hex | CC | C6 | E8 | C | F | 0 | 9 | FB | 2A | 54 |
| Octal | 314 | 306 | 350 | 14 | 17 | 0 | 11 | 373 | 52 | 124 |
| Binary | 11001100 | 11000110 | 11101000 | 1100 | 1111 | 0 | 1001 | 11111011 | 101010 | 1010100 |
Color Harmonies of #CCC6E8
Complementary color
Monochromatic Colors of #CCC6E8
Black with #CCC6E8
Text Example
Text Example
White with #CCC6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6E8; }
p { color: rgb(204,198,232); }
H1.HeaderClassName
{
color: #CCC6E8;
}
.AnyTagClassName
{
color: #CCC6E8;
}
</style>
background-color css
<style>
a { background-color: #CCC6E8; }
a { background-color: rgb(204,198,232); }
div.DivClassName
{
background-color: #CCC6E8;
}
.BgClassName
{
background-color: #CCC6E8;
}
</style>
border-color css
<style>
span { border-color: #CCC6E8; }
span { border-color: rgb(204,198,232); }
td.TdClassName
{
border-color: #CCC6E8;
}
.TagClassName
{
border-color: #CCC6E8;
}
</style>