Shades of Fog #CFC6D7
Tints of Fog #CFC6D7
RGB
CMYK
RGB Variations
Color information
#CFC6D7 (or 0xCFC6D7) is known color: Fog. HEX triplet: CF, C6 and D7. RGB value is (207,198,215). Sum of RGB (Red+Green+Blue) = 207+198+215=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFC6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6D7 is #303928. Grayscale: #CACACA. Windows color (decimal): -3160361 or 14141135. OLE color: 14141135.
HSL color Cylindrical-coordinate representation of color #CFC6D7: hue angle of 271.76º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC6D7 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 198 | 215 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.16 |
| HSL | 271.76º | 0.18% | 0.81% | - |
| HSV(B) | 271.76º | 0.08% | 0.84% | - |
| XYZ | 58.19 | 58.56 | 72.53 | - |
| YUV | 202.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 215 | 0.04 | 0.08 | 0 | 0.16 | 271.76 | 0.18 | 0.81 |
| Hex | CF | C6 | D7 | 4 | 8 | 0 | 10 | 110 | 12 | 51 |
| Octal | 317 | 306 | 327 | 4 | 10 | 0 | 20 | 420 | 22 | 121 |
| Binary | 11001111 | 11000110 | 11010111 | 100 | 1000 | 0 | 10000 | 100010000 | 10010 | 1010001 |
Color Harmonies of #CFC6D7
Complementary color
Monochromatic Colors of #CFC6D7
Black with #CFC6D7
Text Example
Text Example
White with #CFC6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6D7; }
p { color: rgb(207,198,215); }
H1.HeaderClassName
{
color: #CFC6D7;
}
.AnyTagClassName
{
color: #CFC6D7;
}
</style>
background-color css
<style>
a { background-color: #CFC6D7; }
a { background-color: rgb(207,198,215); }
div.DivClassName
{
background-color: #CFC6D7;
}
.BgClassName
{
background-color: #CFC6D7;
}
</style>
border-color css
<style>
span { border-color: #CFC6D7; }
span { border-color: rgb(207,198,215); }
td.TdClassName
{
border-color: #CFC6D7;
}
.TagClassName
{
border-color: #CFC6D7;
}
</style>