Shades of Fog #CFB9F8
Tints of Fog #CFB9F8
RGB
CMYK
RGB Variations
Color information
#CFB9F8 (or 0xCFB9F8) is known color: Fog. HEX triplet: CF, B9 and F8. RGB value is (207,185,248). Sum of RGB (Red+Green+Blue) = 207+185+248=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFB9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB9F8 is #304607. Grayscale: #C6C6C6. Windows color (decimal): -3163656 or 16300495. OLE color: 16300495.
HSL color Cylindrical-coordinate representation of color #CFB9F8: hue angle of 260.95º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB9F8 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 185 | 248 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.03 |
| HSL | 260.95º | 0.82% | 0.85% | - |
| HSV(B) | 260.95º | 0.25% | 0.97% | - |
| XYZ | 60.02 | 54.74 | 96.21 | - |
| YUV | 198.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 248 | 0.17 | 0.25 | 0 | 0.03 | 260.95 | 0.82 | 0.85 |
| Hex | CF | B9 | F8 | 11 | 19 | 0 | 3 | 105 | 52 | 55 |
| Octal | 317 | 271 | 370 | 21 | 31 | 0 | 3 | 405 | 122 | 125 |
| Binary | 11001111 | 10111001 | 11111000 | 10001 | 11001 | 0 | 11 | 100000101 | 1010010 | 1010101 |
Color Harmonies of #CFB9F8
Complementary color
Monochromatic Colors of #CFB9F8
Black with #CFB9F8
Text Example
Text Example
White with #CFB9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9F8; }
p { color: rgb(207,185,248); }
H1.HeaderClassName
{
color: #CFB9F8;
}
.AnyTagClassName
{
color: #CFB9F8;
}
</style>
background-color css
<style>
a { background-color: #CFB9F8; }
a { background-color: rgb(207,185,248); }
div.DivClassName
{
background-color: #CFB9F8;
}
.BgClassName
{
background-color: #CFB9F8;
}
</style>
border-color css
<style>
span { border-color: #CFB9F8; }
span { border-color: rgb(207,185,248); }
td.TdClassName
{
border-color: #CFB9F8;
}
.TagClassName
{
border-color: #CFB9F8;
}
</style>