Shades of Melrose #CCC6D5
Tints of Melrose #CCC6D5
RGB
CMYK
RGB Variations
Color information
#CCC6D5 (or 0xCCC6D5) is known color: Melrose. HEX triplet: CC, C6 and D5. RGB value is (204,198,213). Sum of RGB (Red+Green+Blue) = 204+198+213=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCC6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6D5 is #33392A. Grayscale: #C9C9C9. Windows color (decimal): -3356971 or 14010060. OLE color: 14010060.
HSL color Cylindrical-coordinate representation of color #CCC6D5: hue angle of 264º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC6D5 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 198 | 213 | - |
CMYK | 0.04 | 0.07 | 0 | 0.16 |
HSL | 264º | 0.15% | 0.81% | - |
HSV(B) | 264º | 0.07% | 0.84% | - |
XYZ | 57.11 | 58.03 | 71.14 | - |
YUV | 201.5 | 134.49 | 129.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 198 | 213 | 0.04 | 0.07 | 0 | 0.16 | 264 | 0.15 | 0.81 |
Hex | CC | C6 | D5 | 4 | 7 | 0 | 10 | 108 | F | 51 |
Octal | 314 | 306 | 325 | 4 | 7 | 0 | 20 | 410 | 17 | 121 |
Binary | 11001100 | 11000110 | 11010101 | 100 | 111 | 0 | 10000 | 100001000 | 1111 | 1010001 |
Color Harmonies of #CCC6D5
Complementary color
Monochromatic Colors of #CCC6D5
Black with #CCC6D5
Text Example
Text Example
White with #CCC6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6D5; }
p { color: rgb(204,198,213); }
H1.HeaderClassName
{
color: #CCC6D5;
}
.AnyTagClassName
{
color: #CCC6D5;
}
</style>
background-color css
<style>
a { background-color: #CCC6D5; }
a { background-color: rgb(204,198,213); }
div.DivClassName
{
background-color: #CCC6D5;
}
.BgClassName
{
background-color: #CCC6D5;
}
</style>
border-color css
<style>
span { border-color: #CCC6D5; }
span { border-color: rgb(204,198,213); }
td.TdClassName
{
border-color: #CCC6D5;
}
.TagClassName
{
border-color: #CCC6D5;
}
</style>