Shades of Fog #CFC0FA
Tints of Fog #CFC0FA
RGB
CMYK
RGB Variations
Color information
#CFC0FA (or 0xCFC0FA) is known color: Fog. HEX triplet: CF, C0 and FA. RGB value is (207,192,250). Sum of RGB (Red+Green+Blue) = 207+192+250=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC0FA is #303F05. Grayscale: #CACACA. Windows color (decimal): -3161862 or 16433359. OLE color: 16433359.
HSL color Cylindrical-coordinate representation of color #CFC0FA: hue angle of 255.52º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC0FA is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 192 | 250 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.02 |
| HSL | 255.52º | 0.85% | 0.87% | - |
| HSV(B) | 255.52º | 0.23% | 0.98% | - |
| XYZ | 61.84 | 57.87 | 98.35 | - |
| YUV | 203.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 250 | 0.17 | 0.23 | 0 | 0.02 | 255.52 | 0.85 | 0.87 |
| Hex | CF | C0 | FA | 11 | 17 | 0 | 2 | 100 | 55 | 57 |
| Octal | 317 | 300 | 372 | 21 | 27 | 0 | 2 | 400 | 125 | 127 |
| Binary | 11001111 | 11000000 | 11111010 | 10001 | 10111 | 0 | 10 | 100000000 | 1010101 | 1010111 |
Color Harmonies of #CFC0FA
Complementary color
Monochromatic Colors of #CFC0FA
Black with #CFC0FA
Text Example
Text Example
White with #CFC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0FA; }
p { color: rgb(207,192,250); }
H1.HeaderClassName
{
color: #CFC0FA;
}
.AnyTagClassName
{
color: #CFC0FA;
}
</style>
background-color css
<style>
a { background-color: #CFC0FA; }
a { background-color: rgb(207,192,250); }
div.DivClassName
{
background-color: #CFC0FA;
}
.BgClassName
{
background-color: #CFC0FA;
}
</style>
border-color css
<style>
span { border-color: #CFC0FA; }
span { border-color: rgb(207,192,250); }
td.TdClassName
{
border-color: #CFC0FA;
}
.TagClassName
{
border-color: #CFC0FA;
}
</style>