Shades of Fog #CFC6DF
Tints of Fog #CFC6DF
RGB
CMYK
RGB Variations
Color information
#CFC6DF (or 0xCFC6DF) is known color: Fog. HEX triplet: CF, C6 and DF. RGB value is (207,198,223). Sum of RGB (Red+Green+Blue) = 207+198+223=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6DF is #303920. Grayscale: #CBCBCB. Windows color (decimal): -3160353 or 14665423. OLE color: 14665423.
HSL color Cylindrical-coordinate representation of color #CFC6DF: hue angle of 261.6º 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 #CFC6DF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 198 | 223 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.13 |
| HSL | 261.6º | 0.28% | 0.83% | - |
| HSV(B) | 261.6º | 0.11% | 0.87% | - |
| XYZ | 59.25 | 58.98 | 78.07 | - |
| YUV | 203.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 223 | 0.07 | 0.11 | 0 | 0.13 | 261.6 | 0.28 | 0.83 |
| Hex | CF | C6 | DF | 7 | B | 0 | D | 106 | 1C | 53 |
| Octal | 317 | 306 | 337 | 7 | 13 | 0 | 15 | 406 | 34 | 123 |
| Binary | 11001111 | 11000110 | 11011111 | 111 | 1011 | 0 | 1101 | 100000110 | 11100 | 1010011 |
Color Harmonies of #CFC6DF
Complementary color
Monochromatic Colors of #CFC6DF
Black with #CFC6DF
Text Example
Text Example
White with #CFC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6DF; }
p { color: rgb(207,198,223); }
H1.HeaderClassName
{
color: #CFC6DF;
}
.AnyTagClassName
{
color: #CFC6DF;
}
</style>
background-color css
<style>
a { background-color: #CFC6DF; }
a { background-color: rgb(207,198,223); }
div.DivClassName
{
background-color: #CFC6DF;
}
.BgClassName
{
background-color: #CFC6DF;
}
</style>
border-color css
<style>
span { border-color: #CFC6DF; }
span { border-color: rgb(207,198,223); }
td.TdClassName
{
border-color: #CFC6DF;
}
.TagClassName
{
border-color: #CFC6DF;
}
</style>