Shades of Fog #CFC6DA
Tints of Fog #CFC6DA
RGB
CMYK
RGB Variations
Color information
#CFC6DA (or 0xCFC6DA) is known color: Fog. HEX triplet: CF, C6 and DA. RGB value is (207,198,218). Sum of RGB (Red+Green+Blue) = 207+198+218=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6DA is #303925. Grayscale: #CACACA. Windows color (decimal): -3160358 or 14337743. OLE color: 14337743.
HSL color Cylindrical-coordinate representation of color #CFC6DA: hue angle of 267º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC6DA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 198 | 218 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.15 |
| HSL | 267º | 0.21% | 0.82% | - |
| HSV(B) | 267º | 0.09% | 0.85% | - |
| XYZ | 58.58 | 58.72 | 74.58 | - |
| YUV | 202.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 218 | 0.05 | 0.09 | 0 | 0.15 | 267 | 0.21 | 0.82 |
| Hex | CF | C6 | DA | 5 | 9 | 0 | F | 10B | 15 | 52 |
| Octal | 317 | 306 | 332 | 5 | 11 | 0 | 17 | 413 | 25 | 122 |
| Binary | 11001111 | 11000110 | 11011010 | 101 | 1001 | 0 | 1111 | 100001011 | 10101 | 1010010 |
Color Harmonies of #CFC6DA
Complementary color
Monochromatic Colors of #CFC6DA
Black with #CFC6DA
Text Example
Text Example
White with #CFC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6DA; }
p { color: rgb(207,198,218); }
H1.HeaderClassName
{
color: #CFC6DA;
}
.AnyTagClassName
{
color: #CFC6DA;
}
</style>
background-color css
<style>
a { background-color: #CFC6DA; }
a { background-color: rgb(207,198,218); }
div.DivClassName
{
background-color: #CFC6DA;
}
.BgClassName
{
background-color: #CFC6DA;
}
</style>
border-color css
<style>
span { border-color: #CFC6DA; }
span { border-color: rgb(207,198,218); }
td.TdClassName
{
border-color: #CFC6DA;
}
.TagClassName
{
border-color: #CFC6DA;
}
</style>