Shades of Fog #CFC0EC
Tints of Fog #CFC0EC
RGB
CMYK
RGB Variations
Color information
#CFC0EC (or 0xCFC0EC) is known color: Fog. HEX triplet: CF, C0 and EC. RGB value is (207,192,236). Sum of RGB (Red+Green+Blue) = 207+192+236=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC0EC is #303F13. Grayscale: #C9C9C9. Windows color (decimal): -3161876 or 15515855. OLE color: 15515855.
HSL color Cylindrical-coordinate representation of color #CFC0EC: hue angle of 260.45º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFC0EC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 192 | 236 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.07 |
| HSL | 260.45º | 0.54% | 0.84% | - |
| HSV(B) | 260.45º | 0.19% | 0.93% | - |
| XYZ | 59.72 | 57.02 | 87.22 | - |
| YUV | 201.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 236 | 0.12 | 0.19 | 0 | 0.07 | 260.45 | 0.54 | 0.84 |
| Hex | CF | C0 | EC | C | 13 | 0 | 7 | 104 | 36 | 54 |
| Octal | 317 | 300 | 354 | 14 | 23 | 0 | 7 | 404 | 66 | 124 |
| Binary | 11001111 | 11000000 | 11101100 | 1100 | 10011 | 0 | 111 | 100000100 | 110110 | 1010100 |
Color Harmonies of #CFC0EC
Complementary color
Monochromatic Colors of #CFC0EC
Black with #CFC0EC
Text Example
Text Example
White with #CFC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0EC; }
p { color: rgb(207,192,236); }
H1.HeaderClassName
{
color: #CFC0EC;
}
.AnyTagClassName
{
color: #CFC0EC;
}
</style>
background-color css
<style>
a { background-color: #CFC0EC; }
a { background-color: rgb(207,192,236); }
div.DivClassName
{
background-color: #CFC0EC;
}
.BgClassName
{
background-color: #CFC0EC;
}
</style>
border-color css
<style>
span { border-color: #CFC0EC; }
span { border-color: rgb(207,192,236); }
td.TdClassName
{
border-color: #CFC0EC;
}
.TagClassName
{
border-color: #CFC0EC;
}
</style>