Shades of Fog #CFC9DD
Tints of Fog #CFC9DD
RGB
CMYK
RGB Variations
Color information
#CFC9DD (or 0xCFC9DD) is known color: Fog. HEX triplet: CF, C9 and DD. RGB value is (207,201,221). Sum of RGB (Red+Green+Blue) = 207+201+221=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9DD is #303622. Grayscale: #CDCDCD. Windows color (decimal): -3159587 or 14535119. OLE color: 14535119.
HSL color Cylindrical-coordinate representation of color #CFC9DD: hue angle of 258º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC9DD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 201 | 221 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.13 |
| HSL | 258º | 0.23% | 0.83% | - |
| HSV(B) | 258º | 0.09% | 0.87% | - |
| XYZ | 59.67 | 60.26 | 76.89 | - |
| YUV | 205.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 221 | 0.06 | 0.09 | 0 | 0.13 | 258 | 0.23 | 0.83 |
| Hex | CF | C9 | DD | 6 | 9 | 0 | D | 102 | 17 | 53 |
| Octal | 317 | 311 | 335 | 6 | 11 | 0 | 15 | 402 | 27 | 123 |
| Binary | 11001111 | 11001001 | 11011101 | 110 | 1001 | 0 | 1101 | 100000010 | 10111 | 1010011 |
Color Harmonies of #CFC9DD
Complementary color
Monochromatic Colors of #CFC9DD
Black with #CFC9DD
Text Example
Text Example
White with #CFC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9DD; }
p { color: rgb(207,201,221); }
H1.HeaderClassName
{
color: #CFC9DD;
}
.AnyTagClassName
{
color: #CFC9DD;
}
</style>
background-color css
<style>
a { background-color: #CFC9DD; }
a { background-color: rgb(207,201,221); }
div.DivClassName
{
background-color: #CFC9DD;
}
.BgClassName
{
background-color: #CFC9DD;
}
</style>
border-color css
<style>
span { border-color: #CFC9DD; }
span { border-color: rgb(207,201,221); }
td.TdClassName
{
border-color: #CFC9DD;
}
.TagClassName
{
border-color: #CFC9DD;
}
</style>