Shades of Fog #CFB5F9
Tints of Fog #CFB5F9
RGB
CMYK
RGB Variations
Color information
#CFB5F9 (or 0xCFB5F9) is known color: Fog. HEX triplet: CF, B5 and F9. RGB value is (207,181,249). Sum of RGB (Red+Green+Blue) = 207+181+249=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFB5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5F9 is #304A06. Grayscale: #C4C4C4. Windows color (decimal): -3164679 or 16365007. OLE color: 16365007.
HSL color Cylindrical-coordinate representation of color #CFB5F9: hue angle of 262.94º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFB5F9 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 181 | 249 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.02 |
| HSL | 262.94º | 0.85% | 0.84% | - |
| HSV(B) | 262.94º | 0.27% | 0.98% | - |
| XYZ | 59.35 | 53.15 | 96.75 | - |
| YUV | 196.53 | 157.61 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 249 | 0.17 | 0.27 | 0 | 0.02 | 262.94 | 0.85 | 0.84 |
| Hex | CF | B5 | F9 | 11 | 1B | 0 | 2 | 107 | 55 | 54 |
| Octal | 317 | 265 | 371 | 21 | 33 | 0 | 2 | 407 | 125 | 124 |
| Binary | 11001111 | 10110101 | 11111001 | 10001 | 11011 | 0 | 10 | 100000111 | 1010101 | 1010100 |
Color Harmonies of #CFB5F9
Complementary color
Monochromatic Colors of #CFB5F9
Black with #CFB5F9
Text Example
Text Example
White with #CFB5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5F9; }
p { color: rgb(207,181,249); }
H1.HeaderClassName
{
color: #CFB5F9;
}
.AnyTagClassName
{
color: #CFB5F9;
}
</style>
background-color css
<style>
a { background-color: #CFB5F9; }
a { background-color: rgb(207,181,249); }
div.DivClassName
{
background-color: #CFB5F9;
}
.BgClassName
{
background-color: #CFB5F9;
}
</style>
border-color css
<style>
span { border-color: #CFB5F9; }
span { border-color: rgb(207,181,249); }
td.TdClassName
{
border-color: #CFB5F9;
}
.TagClassName
{
border-color: #CFB5F9;
}
</style>