Shades of Fog #CFC9E7
Tints of Fog #CFC9E7
RGB
CMYK
RGB Variations
Color information
#CFC9E7 (or 0xCFC9E7) is known color: Fog. HEX triplet: CF, C9 and E7. RGB value is (207,201,231). Sum of RGB (Red+Green+Blue) = 207+201+231=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFC9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9E7 is #303618. Grayscale: #CECECE. Windows color (decimal): -3159577 or 15190479. OLE color: 15190479.
HSL color Cylindrical-coordinate representation of color #CFC9E7: hue angle of 252º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC9E7 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 201 | 231 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.09 |
| HSL | 252º | 0.38% | 0.85% | - |
| HSV(B) | 252º | 0.13% | 0.91% | - |
| XYZ | 61.04 | 60.81 | 84.12 | - |
| YUV | 206.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 231 | 0.10 | 0.13 | 0 | 0.09 | 252 | 0.38 | 0.85 |
| Hex | CF | C9 | E7 | A | D | 0 | 9 | FC | 26 | 55 |
| Octal | 317 | 311 | 347 | 12 | 15 | 0 | 11 | 374 | 46 | 125 |
| Binary | 11001111 | 11001001 | 11100111 | 1010 | 1101 | 0 | 1001 | 11111100 | 100110 | 1010101 |
Color Harmonies of #CFC9E7
Complementary color
Monochromatic Colors of #CFC9E7
Black with #CFC9E7
Text Example
Text Example
White with #CFC9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9E7; }
p { color: rgb(207,201,231); }
H1.HeaderClassName
{
color: #CFC9E7;
}
.AnyTagClassName
{
color: #CFC9E7;
}
</style>
background-color css
<style>
a { background-color: #CFC9E7; }
a { background-color: rgb(207,201,231); }
div.DivClassName
{
background-color: #CFC9E7;
}
.BgClassName
{
background-color: #CFC9E7;
}
</style>
border-color css
<style>
span { border-color: #CFC9E7; }
span { border-color: rgb(207,201,231); }
td.TdClassName
{
border-color: #CFC9E7;
}
.TagClassName
{
border-color: #CFC9E7;
}
</style>