Shades of Fog #CFC1EC
Tints of Fog #CFC1EC
RGB
CMYK
RGB Variations
Color information
#CFC1EC (or 0xCFC1EC) is known color: Fog. HEX triplet: CF, C1 and EC. RGB value is (207,193,236). Sum of RGB (Red+Green+Blue) = 207+193+236=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC1EC is #303E13. Grayscale: #C9C9C9. Windows color (decimal): -3161620 or 15516111. OLE color: 15516111.
HSL color Cylindrical-coordinate representation of color #CFC1EC: hue angle of 259.53º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFC1EC is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 193 | 236 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.07 |
| HSL | 259.53º | 0.53% | 0.84% | - |
| HSV(B) | 259.53º | 0.18% | 0.93% | - |
| XYZ | 59.94 | 57.46 | 87.29 | - |
| YUV | 202.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 236 | 0.12 | 0.18 | 0 | 0.07 | 259.53 | 0.53 | 0.84 |
| Hex | CF | C1 | EC | C | 12 | 0 | 7 | 104 | 35 | 54 |
| Octal | 317 | 301 | 354 | 14 | 22 | 0 | 7 | 404 | 65 | 124 |
| Binary | 11001111 | 11000001 | 11101100 | 1100 | 10010 | 0 | 111 | 100000100 | 110101 | 1010100 |
Color Harmonies of #CFC1EC
Complementary color
Monochromatic Colors of #CFC1EC
Black with #CFC1EC
Text Example
Text Example
White with #CFC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1EC; }
p { color: rgb(207,193,236); }
H1.HeaderClassName
{
color: #CFC1EC;
}
.AnyTagClassName
{
color: #CFC1EC;
}
</style>
background-color css
<style>
a { background-color: #CFC1EC; }
a { background-color: rgb(207,193,236); }
div.DivClassName
{
background-color: #CFC1EC;
}
.BgClassName
{
background-color: #CFC1EC;
}
</style>
border-color css
<style>
span { border-color: #CFC1EC; }
span { border-color: rgb(207,193,236); }
td.TdClassName
{
border-color: #CFC1EC;
}
.TagClassName
{
border-color: #CFC1EC;
}
</style>