Shades of Fog #CFC9DC
Tints of Fog #CFC9DC
RGB
CMYK
RGB Variations
Color information
#CFC9DC (or 0xCFC9DC) is known color: Fog. HEX triplet: CF, C9 and DC. RGB value is (207,201,220). Sum of RGB (Red+Green+Blue) = 207+201+220=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9DC is #303623. Grayscale: #CCCCCC. Windows color (decimal): -3159588 or 14469583. OLE color: 14469583.
HSL color Cylindrical-coordinate representation of color #CFC9DC: hue angle of 258.95º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC9DC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 201 | 220 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.14 |
| HSL | 258.95º | 0.21% | 0.83% | - |
| HSV(B) | 258.95º | 0.09% | 0.86% | - |
| XYZ | 59.54 | 60.21 | 76.19 | - |
| YUV | 204.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 220 | 0.06 | 0.09 | 0 | 0.14 | 258.95 | 0.21 | 0.83 |
| Hex | CF | C9 | DC | 6 | 9 | 0 | E | 103 | 15 | 53 |
| Octal | 317 | 311 | 334 | 6 | 11 | 0 | 16 | 403 | 25 | 123 |
| Binary | 11001111 | 11001001 | 11011100 | 110 | 1001 | 0 | 1110 | 100000011 | 10101 | 1010011 |
Color Harmonies of #CFC9DC
Complementary color
Monochromatic Colors of #CFC9DC
Black with #CFC9DC
Text Example
Text Example
White with #CFC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9DC; }
p { color: rgb(207,201,220); }
H1.HeaderClassName
{
color: #CFC9DC;
}
.AnyTagClassName
{
color: #CFC9DC;
}
</style>
background-color css
<style>
a { background-color: #CFC9DC; }
a { background-color: rgb(207,201,220); }
div.DivClassName
{
background-color: #CFC9DC;
}
.BgClassName
{
background-color: #CFC9DC;
}
</style>
border-color css
<style>
span { border-color: #CFC9DC; }
span { border-color: rgb(207,201,220); }
td.TdClassName
{
border-color: #CFC9DC;
}
.TagClassName
{
border-color: #CFC9DC;
}
</style>