Shades of Fog #CFBCF7
Tints of Fog #CFBCF7
RGB
CMYK
RGB Variations
Color information
#CFBCF7 (or 0xCFBCF7) is known color: Fog. HEX triplet: CF, BC and F7. RGB value is (207,188,247). Sum of RGB (Red+Green+Blue) = 207+188+247=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFBCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBCF7 is #304308. Grayscale: #C8C8C8. Windows color (decimal): -3162889 or 16235727. OLE color: 16235727.
HSL color Cylindrical-coordinate representation of color #CFBCF7: hue angle of 259.32º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFBCF7 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 188 | 247 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.03 |
| HSL | 259.32º | 0.79% | 0.85% | - |
| HSV(B) | 259.32º | 0.24% | 0.97% | - |
| XYZ | 60.5 | 55.95 | 95.61 | - |
| YUV | 200.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 247 | 0.16 | 0.24 | 0 | 0.03 | 259.32 | 0.79 | 0.85 |
| Hex | CF | BC | F7 | 10 | 18 | 0 | 3 | 103 | 4F | 55 |
| Octal | 317 | 274 | 367 | 20 | 30 | 0 | 3 | 403 | 117 | 125 |
| Binary | 11001111 | 10111100 | 11110111 | 10000 | 11000 | 0 | 11 | 100000011 | 1001111 | 1010101 |
Color Harmonies of #CFBCF7
Complementary color
Monochromatic Colors of #CFBCF7
Black with #CFBCF7
Text Example
Text Example
White with #CFBCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCF7; }
p { color: rgb(207,188,247); }
H1.HeaderClassName
{
color: #CFBCF7;
}
.AnyTagClassName
{
color: #CFBCF7;
}
</style>
background-color css
<style>
a { background-color: #CFBCF7; }
a { background-color: rgb(207,188,247); }
div.DivClassName
{
background-color: #CFBCF7;
}
.BgClassName
{
background-color: #CFBCF7;
}
</style>
border-color css
<style>
span { border-color: #CFBCF7; }
span { border-color: rgb(207,188,247); }
td.TdClassName
{
border-color: #CFBCF7;
}
.TagClassName
{
border-color: #CFBCF7;
}
</style>