Shades of Melrose #CCC9D1
Tints of Melrose #CCC9D1
RGB
CMYK
RGB Variations
Color information
#CCC9D1 (or 0xCCC9D1) is known color: Melrose. HEX triplet: CC, C9 and D1. RGB value is (204,201,209). Sum of RGB (Red+Green+Blue) = 204+201+209=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCC9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9D1 is #33362E. Grayscale: #CACACA. Windows color (decimal): -3356207 or 13748684. OLE color: 13748684.
HSL color Cylindrical-coordinate representation of color #CCC9D1: hue angle of 262.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCC9D1 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 201 | 209 | - |
CMYK | 0.02 | 0.04 | 0 | 0.18 |
HSL | 262.5º | 0.08% | 0.8% | - |
HSV(B) | 262.5º | 0.04% | 0.82% | - |
XYZ | 57.3 | 59.21 | 68.73 | - |
YUV | 202.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 209 | 0.02 | 0.04 | 0 | 0.18 | 262.5 | 0.08 | 0.8 |
Hex | CC | C9 | D1 | 2 | 4 | 0 | 12 | 106 | 8 | 50 |
Octal | 314 | 311 | 321 | 2 | 4 | 0 | 22 | 406 | 10 | 120 |
Binary | 11001100 | 11001001 | 11010001 | 10 | 100 | 0 | 10010 | 100000110 | 1000 | 1010000 |
Color Harmonies of #CCC9D1
Complementary color
Monochromatic Colors of #CCC9D1
Black with #CCC9D1
Text Example
Text Example
White with #CCC9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9D1; }
p { color: rgb(204,201,209); }
H1.HeaderClassName
{
color: #CCC9D1;
}
.AnyTagClassName
{
color: #CCC9D1;
}
</style>
background-color css
<style>
a { background-color: #CCC9D1; }
a { background-color: rgb(204,201,209); }
div.DivClassName
{
background-color: #CCC9D1;
}
.BgClassName
{
background-color: #CCC9D1;
}
</style>
border-color css
<style>
span { border-color: #CCC9D1; }
span { border-color: rgb(204,201,209); }
td.TdClassName
{
border-color: #CCC9D1;
}
.TagClassName
{
border-color: #CCC9D1;
}
</style>