Shades of Fog #CFBFF9
Tints of Fog #CFBFF9
RGB
CMYK
RGB Variations
Color information
#CFBFF9 (or 0xCFBFF9) is known color: Fog. HEX triplet: CF, BF and F9. RGB value is (207,191,249). Sum of RGB (Red+Green+Blue) = 207+191+249=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFBFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBFF9 is #304006. Grayscale: #CACACA. Windows color (decimal): -3162119 or 16367567. OLE color: 16367567.
HSL color Cylindrical-coordinate representation of color #CFBFF9: hue angle of 256.55º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFBFF9 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 191 | 249 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.02 |
| HSL | 256.55º | 0.83% | 0.86% | - |
| HSV(B) | 256.55º | 0.23% | 0.98% | - |
| XYZ | 61.46 | 57.37 | 97.46 | - |
| YUV | 202.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 249 | 0.17 | 0.23 | 0 | 0.02 | 256.55 | 0.83 | 0.86 |
| Hex | CF | BF | F9 | 11 | 17 | 0 | 2 | 101 | 53 | 56 |
| Octal | 317 | 277 | 371 | 21 | 27 | 0 | 2 | 401 | 123 | 126 |
| Binary | 11001111 | 10111111 | 11111001 | 10001 | 10111 | 0 | 10 | 100000001 | 1010011 | 1010110 |
Color Harmonies of #CFBFF9
Complementary color
Monochromatic Colors of #CFBFF9
Black with #CFBFF9
Text Example
Text Example
White with #CFBFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFF9; }
p { color: rgb(207,191,249); }
H1.HeaderClassName
{
color: #CFBFF9;
}
.AnyTagClassName
{
color: #CFBFF9;
}
</style>
background-color css
<style>
a { background-color: #CFBFF9; }
a { background-color: rgb(207,191,249); }
div.DivClassName
{
background-color: #CFBFF9;
}
.BgClassName
{
background-color: #CFBFF9;
}
</style>
border-color css
<style>
span { border-color: #CFBFF9; }
span { border-color: rgb(207,191,249); }
td.TdClassName
{
border-color: #CFBFF9;
}
.TagClassName
{
border-color: #CFBFF9;
}
</style>