Shades of Fog #CFC2EF
Tints of Fog #CFC2EF
RGB
CMYK
RGB Variations
Color information
#CFC2EF (or 0xCFC2EF) is known color: Fog. HEX triplet: CF, C2 and EF. RGB value is (207,194,239). Sum of RGB (Red+Green+Blue) = 207+194+239=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2EF is #303D10. Grayscale: #CACACA. Windows color (decimal): -3161361 or 15712975. OLE color: 15712975.
HSL color Cylindrical-coordinate representation of color #CFC2EF: hue angle of 257.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFC2EF is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 194 | 239 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.06 |
| HSL | 257.33º | 0.58% | 0.85% | - |
| HSV(B) | 257.33º | 0.19% | 0.94% | - |
| XYZ | 60.6 | 58.08 | 89.68 | - |
| YUV | 203.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 239 | 0.13 | 0.19 | 0 | 0.06 | 257.33 | 0.58 | 0.85 |
| Hex | CF | C2 | EF | D | 13 | 0 | 6 | 101 | 3A | 55 |
| Octal | 317 | 302 | 357 | 15 | 23 | 0 | 6 | 401 | 72 | 125 |
| Binary | 11001111 | 11000010 | 11101111 | 1101 | 10011 | 0 | 110 | 100000001 | 111010 | 1010101 |
Color Harmonies of #CFC2EF
Complementary color
Monochromatic Colors of #CFC2EF
Black with #CFC2EF
Text Example
Text Example
White with #CFC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2EF; }
p { color: rgb(207,194,239); }
H1.HeaderClassName
{
color: #CFC2EF;
}
.AnyTagClassName
{
color: #CFC2EF;
}
</style>
background-color css
<style>
a { background-color: #CFC2EF; }
a { background-color: rgb(207,194,239); }
div.DivClassName
{
background-color: #CFC2EF;
}
.BgClassName
{
background-color: #CFC2EF;
}
</style>
border-color css
<style>
span { border-color: #CFC2EF; }
span { border-color: rgb(207,194,239); }
td.TdClassName
{
border-color: #CFC2EF;
}
.TagClassName
{
border-color: #CFC2EF;
}
</style>