Shades of Fog #CBB9F9
Tints of Fog #CBB9F9
RGB
CMYK
RGB Variations
Color information
#CBB9F9 (or 0xCBB9F9) is known color: Fog. HEX triplet: CB, B9 and F9. RGB value is (203,185,249). Sum of RGB (Red+Green+Blue) = 203+185+249=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 185 (72.66% from 255 or 29.04% 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 #CBB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9F9 is #344606. Grayscale: #C5C5C5. Windows color (decimal): -3425799 or 16366027. OLE color: 16366027.
HSL color Cylindrical-coordinate representation of color #CBB9F9: hue angle of 256.88º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB9F9 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 185 | 249 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.02 |
| HSL | 256.88º | 0.84% | 0.85% | - |
| HSV(B) | 256.88º | 0.26% | 0.98% | - |
| XYZ | 59.08 | 54.23 | 96.98 | - |
| YUV | 197.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 249 | 0.18 | 0.26 | 0 | 0.02 | 256.88 | 0.84 | 0.85 |
| Hex | CB | B9 | F9 | 12 | 1A | 0 | 2 | 101 | 54 | 55 |
| Octal | 313 | 271 | 371 | 22 | 32 | 0 | 2 | 401 | 124 | 125 |
| Binary | 11001011 | 10111001 | 11111001 | 10010 | 11010 | 0 | 10 | 100000001 | 1010100 | 1010101 |
Color Harmonies of #CBB9F9
Complementary color
Monochromatic Colors of #CBB9F9
Black with #CBB9F9
Text Example
Text Example
White with #CBB9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9F9; }
p { color: rgb(203,185,249); }
H1.HeaderClassName
{
color: #CBB9F9;
}
.AnyTagClassName
{
color: #CBB9F9;
}
</style>
background-color css
<style>
a { background-color: #CBB9F9; }
a { background-color: rgb(203,185,249); }
div.DivClassName
{
background-color: #CBB9F9;
}
.BgClassName
{
background-color: #CBB9F9;
}
</style>
border-color css
<style>
span { border-color: #CBB9F9; }
span { border-color: rgb(203,185,249); }
td.TdClassName
{
border-color: #CBB9F9;
}
.TagClassName
{
border-color: #CBB9F9;
}
</style>