Shades of Fog #CFC0DC
Tints of Fog #CFC0DC
RGB
CMYK
RGB Variations
Color information
#CFC0DC (or 0xCFC0DC) is known color: Fog. HEX triplet: CF, C0 and DC. RGB value is (207,192,220). Sum of RGB (Red+Green+Blue) = 207+192+220=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0DC is #303F23. Grayscale: #C7C7C7. Windows color (decimal): -3161892 or 14467279. OLE color: 14467279.
HSL color Cylindrical-coordinate representation of color #CFC0DC: hue angle of 272.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC0DC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 192 | 220 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.14 |
| HSL | 272.14º | 0.29% | 0.81% | - |
| HSV(B) | 272.14º | 0.13% | 0.86% | - |
| XYZ | 57.5 | 56.13 | 75.51 | - |
| YUV | 199.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 220 | 0.06 | 0.13 | 0 | 0.14 | 272.14 | 0.29 | 0.81 |
| Hex | CF | C0 | DC | 6 | D | 0 | E | 110 | 1D | 51 |
| Octal | 317 | 300 | 334 | 6 | 15 | 0 | 16 | 420 | 35 | 121 |
| Binary | 11001111 | 11000000 | 11011100 | 110 | 1101 | 0 | 1110 | 100010000 | 11101 | 1010001 |
Color Harmonies of #CFC0DC
Complementary color
Monochromatic Colors of #CFC0DC
Black with #CFC0DC
Text Example
Text Example
White with #CFC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0DC; }
p { color: rgb(207,192,220); }
H1.HeaderClassName
{
color: #CFC0DC;
}
.AnyTagClassName
{
color: #CFC0DC;
}
</style>
background-color css
<style>
a { background-color: #CFC0DC; }
a { background-color: rgb(207,192,220); }
div.DivClassName
{
background-color: #CFC0DC;
}
.BgClassName
{
background-color: #CFC0DC;
}
</style>
border-color css
<style>
span { border-color: #CFC0DC; }
span { border-color: rgb(207,192,220); }
td.TdClassName
{
border-color: #CFC0DC;
}
.TagClassName
{
border-color: #CFC0DC;
}
</style>