Shades of Melrose #CCC6E7
Tints of Melrose #CCC6E7
RGB
CMYK
RGB Variations
Color information
#CCC6E7 (or 0xCCC6E7) is known color: Melrose. HEX triplet: CC, C6 and E7. RGB value is (204,198,231). Sum of RGB (Red+Green+Blue) = 204+198+231=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCC6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6E7 is #333918. Grayscale: #CBCBCB. Windows color (decimal): -3356953 or 15189708. OLE color: 15189708.
HSL color Cylindrical-coordinate representation of color #CCC6E7: hue angle of 250.91º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC6E7 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 198 | 231 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.09 |
| HSL | 250.91º | 0.41% | 0.84% | - |
| HSV(B) | 250.91º | 0.14% | 0.91% | - |
| XYZ | 59.52 | 59 | 83.85 | - |
| YUV | 203.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 231 | 0.12 | 0.14 | 0 | 0.09 | 250.91 | 0.41 | 0.84 |
| Hex | CC | C6 | E7 | C | E | 0 | 9 | FB | 29 | 54 |
| Octal | 314 | 306 | 347 | 14 | 16 | 0 | 11 | 373 | 51 | 124 |
| Binary | 11001100 | 11000110 | 11100111 | 1100 | 1110 | 0 | 1001 | 11111011 | 101001 | 1010100 |
Color Harmonies of #CCC6E7
Complementary color
Monochromatic Colors of #CCC6E7
Black with #CCC6E7
Text Example
Text Example
White with #CCC6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6E7; }
p { color: rgb(204,198,231); }
H1.HeaderClassName
{
color: #CCC6E7;
}
.AnyTagClassName
{
color: #CCC6E7;
}
</style>
background-color css
<style>
a { background-color: #CCC6E7; }
a { background-color: rgb(204,198,231); }
div.DivClassName
{
background-color: #CCC6E7;
}
.BgClassName
{
background-color: #CCC6E7;
}
</style>
border-color css
<style>
span { border-color: #CCC6E7; }
span { border-color: rgb(204,198,231); }
td.TdClassName
{
border-color: #CCC6E7;
}
.TagClassName
{
border-color: #CCC6E7;
}
</style>