Shades of Melrose #CFCCD9
Tints of Melrose #CFCCD9
RGB
CMYK
RGB Variations
Color information
#CFCCD9 (or 0xCFCCD9) is known color: Melrose. HEX triplet: CF, CC and D9. RGB value is (207,204,217). Sum of RGB (Red+Green+Blue) = 207+204+217=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFCCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCD9 is #303326. Grayscale: #CECECE. Windows color (decimal): -3158823 or 14273743. OLE color: 14273743.
HSL color Cylindrical-coordinate representation of color #CFCCD9: hue angle of 253.85º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCCD9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 204 | 217 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.15 |
| HSL | 253.85º | 0.15% | 0.83% | - |
| HSV(B) | 253.85º | 0.06% | 0.85% | - |
| XYZ | 59.85 | 61.46 | 74.35 | - |
| YUV | 206.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 217 | 0.05 | 0.06 | 0 | 0.15 | 253.85 | 0.15 | 0.83 |
| Hex | CF | CC | D9 | 5 | 6 | 0 | F | FE | F | 53 |
| Octal | 317 | 314 | 331 | 5 | 6 | 0 | 17 | 376 | 17 | 123 |
| Binary | 11001111 | 11001100 | 11011001 | 101 | 110 | 0 | 1111 | 11111110 | 1111 | 1010011 |
Color Harmonies of #CFCCD9
Complementary color
Monochromatic Colors of #CFCCD9
Black with #CFCCD9
Text Example
Text Example
White with #CFCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCD9; }
p { color: rgb(207,204,217); }
H1.HeaderClassName
{
color: #CFCCD9;
}
.AnyTagClassName
{
color: #CFCCD9;
}
</style>
background-color css
<style>
a { background-color: #CFCCD9; }
a { background-color: rgb(207,204,217); }
div.DivClassName
{
background-color: #CFCCD9;
}
.BgClassName
{
background-color: #CFCCD9;
}
</style>
border-color css
<style>
span { border-color: #CFCCD9; }
span { border-color: rgb(207,204,217); }
td.TdClassName
{
border-color: #CFCCD9;
}
.TagClassName
{
border-color: #CFCCD9;
}
</style>