Shades of Fog #CFBCF0
Tints of Fog #CFBCF0
RGB
CMYK
RGB Variations
Color information
#CFBCF0 (or 0xCFBCF0) is known color: Fog. HEX triplet: CF, BC and F0. RGB value is (207,188,240). Sum of RGB (Red+Green+Blue) = 207+188+240=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFBCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBCF0 is #30430F. Grayscale: #C7C7C7. Windows color (decimal): -3162896 or 15776975. OLE color: 15776975.
HSL color Cylindrical-coordinate representation of color #CFBCF0: hue angle of 261.92º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFBCF0 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 188 | 240 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.06 |
| HSL | 261.92º | 0.63% | 0.84% | - |
| HSV(B) | 261.92º | 0.22% | 0.94% | - |
| XYZ | 59.44 | 55.52 | 90.02 | - |
| YUV | 199.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 240 | 0.14 | 0.22 | 0 | 0.06 | 261.92 | 0.63 | 0.84 |
| Hex | CF | BC | F0 | E | 16 | 0 | 6 | 106 | 3F | 54 |
| Octal | 317 | 274 | 360 | 16 | 26 | 0 | 6 | 406 | 77 | 124 |
| Binary | 11001111 | 10111100 | 11110000 | 1110 | 10110 | 0 | 110 | 100000110 | 111111 | 1010100 |
Color Harmonies of #CFBCF0
Complementary color
Monochromatic Colors of #CFBCF0
Black with #CFBCF0
Text Example
Text Example
White with #CFBCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCF0; }
p { color: rgb(207,188,240); }
H1.HeaderClassName
{
color: #CFBCF0;
}
.AnyTagClassName
{
color: #CFBCF0;
}
</style>
background-color css
<style>
a { background-color: #CFBCF0; }
a { background-color: rgb(207,188,240); }
div.DivClassName
{
background-color: #CFBCF0;
}
.BgClassName
{
background-color: #CFBCF0;
}
</style>
border-color css
<style>
span { border-color: #CFBCF0; }
span { border-color: rgb(207,188,240); }
td.TdClassName
{
border-color: #CFBCF0;
}
.TagClassName
{
border-color: #CFBCF0;
}
</style>