Shades of Fog #CFC9DF
Tints of Fog #CFC9DF
RGB
CMYK
RGB Variations
Color information
#CFC9DF (or 0xCFC9DF) is known color: Fog. HEX triplet: CF, C9 and DF. RGB value is (207,201,223). Sum of RGB (Red+Green+Blue) = 207+201+223=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9DF is #303620. Grayscale: #CDCDCD. Windows color (decimal): -3159585 or 14666191. OLE color: 14666191.
HSL color Cylindrical-coordinate representation of color #CFC9DF: hue angle of 256.36º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC9DF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 201 | 223 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.13 |
| HSL | 256.36º | 0.26% | 0.83% | - |
| HSV(B) | 256.36º | 0.1% | 0.87% | - |
| XYZ | 59.94 | 60.37 | 78.3 | - |
| YUV | 205.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 223 | 0.07 | 0.10 | 0 | 0.13 | 256.36 | 0.26 | 0.83 |
| Hex | CF | C9 | DF | 7 | A | 0 | D | 100 | 1A | 53 |
| Octal | 317 | 311 | 337 | 7 | 12 | 0 | 15 | 400 | 32 | 123 |
| Binary | 11001111 | 11001001 | 11011111 | 111 | 1010 | 0 | 1101 | 100000000 | 11010 | 1010011 |
Color Harmonies of #CFC9DF
Complementary color
Monochromatic Colors of #CFC9DF
Black with #CFC9DF
Text Example
Text Example
White with #CFC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9DF; }
p { color: rgb(207,201,223); }
H1.HeaderClassName
{
color: #CFC9DF;
}
.AnyTagClassName
{
color: #CFC9DF;
}
</style>
background-color css
<style>
a { background-color: #CFC9DF; }
a { background-color: rgb(207,201,223); }
div.DivClassName
{
background-color: #CFC9DF;
}
.BgClassName
{
background-color: #CFC9DF;
}
</style>
border-color css
<style>
span { border-color: #CFC9DF; }
span { border-color: rgb(207,201,223); }
td.TdClassName
{
border-color: #CFC9DF;
}
.TagClassName
{
border-color: #CFC9DF;
}
</style>