Shades of Melrose #CFCCDC
Tints of Melrose #CFCCDC
RGB
CMYK
RGB Variations
Color information
#CFCCDC (or 0xCFCCDC) is known color: Melrose. HEX triplet: CF, CC and DC. RGB value is (207,204,220). Sum of RGB (Red+Green+Blue) = 207+204+220=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCDC is #303323. Grayscale: #CECECE. Windows color (decimal): -3158820 or 14470351. OLE color: 14470351.
HSL color Cylindrical-coordinate representation of color #CFCCDC: hue angle of 251.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCCDC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 204 | 220 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.14 |
| HSL | 251.25º | 0.19% | 0.83% | - |
| HSV(B) | 251.25º | 0.07% | 0.86% | - |
| XYZ | 60.24 | 61.62 | 76.43 | - |
| YUV | 206.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 220 | 0.06 | 0.07 | 0 | 0.14 | 251.25 | 0.19 | 0.83 |
| Hex | CF | CC | DC | 6 | 7 | 0 | E | FB | 13 | 53 |
| Octal | 317 | 314 | 334 | 6 | 7 | 0 | 16 | 373 | 23 | 123 |
| Binary | 11001111 | 11001100 | 11011100 | 110 | 111 | 0 | 1110 | 11111011 | 10011 | 1010011 |
Color Harmonies of #CFCCDC
Complementary color
Monochromatic Colors of #CFCCDC
Black with #CFCCDC
Text Example
Text Example
White with #CFCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCDC; }
p { color: rgb(207,204,220); }
H1.HeaderClassName
{
color: #CFCCDC;
}
.AnyTagClassName
{
color: #CFCCDC;
}
</style>
background-color css
<style>
a { background-color: #CFCCDC; }
a { background-color: rgb(207,204,220); }
div.DivClassName
{
background-color: #CFCCDC;
}
.BgClassName
{
background-color: #CFCCDC;
}
</style>
border-color css
<style>
span { border-color: #CFCCDC; }
span { border-color: rgb(207,204,220); }
td.TdClassName
{
border-color: #CFCCDC;
}
.TagClassName
{
border-color: #CFCCDC;
}
</style>