Shades of Melrose #CCC6DF
Tints of Melrose #CCC6DF
RGB
CMYK
RGB Variations
Color information
#CCC6DF (or 0xCCC6DF) is known color: Melrose. HEX triplet: CC, C6 and DF. RGB value is (204,198,223). Sum of RGB (Red+Green+Blue) = 204+198+223=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6DF is #333920. Grayscale: #CACACA. Windows color (decimal): -3356961 or 14665420. OLE color: 14665420.
HSL color Cylindrical-coordinate representation of color #CCC6DF: hue angle of 254.4º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC6DF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 198 | 223 | - |
CMYK | 0.09 | 0.11 | 0 | 0.13 |
HSL | 254.4º | 0.28% | 0.83% | - |
HSV(B) | 254.4º | 0.11% | 0.87% | - |
XYZ | 58.42 | 58.55 | 78.04 | - |
YUV | 202.64 | 139.49 | 128.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 198 | 223 | 0.09 | 0.11 | 0 | 0.13 | 254.4 | 0.28 | 0.83 |
Hex | CC | C6 | DF | 9 | B | 0 | D | FE | 1C | 53 |
Octal | 314 | 306 | 337 | 11 | 13 | 0 | 15 | 376 | 34 | 123 |
Binary | 11001100 | 11000110 | 11011111 | 1001 | 1011 | 0 | 1101 | 11111110 | 11100 | 1010011 |
Color Harmonies of #CCC6DF
Complementary color
Monochromatic Colors of #CCC6DF
Black with #CCC6DF
Text Example
Text Example
White with #CCC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6DF; }
p { color: rgb(204,198,223); }
H1.HeaderClassName
{
color: #CCC6DF;
}
.AnyTagClassName
{
color: #CCC6DF;
}
</style>
background-color css
<style>
a { background-color: #CCC6DF; }
a { background-color: rgb(204,198,223); }
div.DivClassName
{
background-color: #CCC6DF;
}
.BgClassName
{
background-color: #CCC6DF;
}
</style>
border-color css
<style>
span { border-color: #CCC6DF; }
span { border-color: rgb(204,198,223); }
td.TdClassName
{
border-color: #CCC6DF;
}
.TagClassName
{
border-color: #CCC6DF;
}
</style>