Shades of Fog #CFC2F6
Tints of Fog #CFC2F6
RGB
CMYK
RGB Variations
Color information
#CFC2F6 (or 0xCFC2F6) is known color: Fog. HEX triplet: CF, C2 and F6. RGB value is (207,194,246). Sum of RGB (Red+Green+Blue) = 207+194+246=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFC2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2F6 is #303D09. Grayscale: #CBCBCB. Windows color (decimal): -3161354 or 16171727. OLE color: 16171727.
HSL color Cylindrical-coordinate representation of color #CFC2F6: hue angle of 255º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFC2F6 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 194 | 246 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.04 |
| HSL | 255º | 0.74% | 0.86% | - |
| HSV(B) | 255º | 0.21% | 0.96% | - |
| XYZ | 61.66 | 58.5 | 95.23 | - |
| YUV | 203.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 246 | 0.16 | 0.21 | 0 | 0.04 | 255 | 0.74 | 0.86 |
| Hex | CF | C2 | F6 | 10 | 15 | 0 | 4 | FF | 4A | 56 |
| Octal | 317 | 302 | 366 | 20 | 25 | 0 | 4 | 377 | 112 | 126 |
| Binary | 11001111 | 11000010 | 11110110 | 10000 | 10101 | 0 | 100 | 11111111 | 1001010 | 1010110 |
Color Harmonies of #CFC2F6
Complementary color
Monochromatic Colors of #CFC2F6
Black with #CFC2F6
Text Example
Text Example
White with #CFC2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2F6; }
p { color: rgb(207,194,246); }
H1.HeaderClassName
{
color: #CFC2F6;
}
.AnyTagClassName
{
color: #CFC2F6;
}
</style>
background-color css
<style>
a { background-color: #CFC2F6; }
a { background-color: rgb(207,194,246); }
div.DivClassName
{
background-color: #CFC2F6;
}
.BgClassName
{
background-color: #CFC2F6;
}
</style>
border-color css
<style>
span { border-color: #CFC2F6; }
span { border-color: rgb(207,194,246); }
td.TdClassName
{
border-color: #CFC2F6;
}
.TagClassName
{
border-color: #CFC2F6;
}
</style>