Shades of Fog #CBB3F9
Tints of Fog #CBB3F9
RGB
CMYK
RGB Variations
Color information
#CBB3F9 (or 0xCBB3F9) is known color: Fog. HEX triplet: CB, B3 and F9. RGB value is (203,179,249). Sum of RGB (Red+Green+Blue) = 203+179+249=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBB3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3F9 is #344C06. Grayscale: #C1C1C1. Windows color (decimal): -3427335 or 16364491. OLE color: 16364491.
HSL color Cylindrical-coordinate representation of color #CBB3F9: hue angle of 260.57º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB3F9 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 179 | 249 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.02 |
| HSL | 260.57º | 0.85% | 0.84% | - |
| HSV(B) | 260.57º | 0.28% | 0.98% | - |
| XYZ | 57.85 | 51.78 | 96.57 | - |
| YUV | 194.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 249 | 0.18 | 0.28 | 0 | 0.02 | 260.57 | 0.85 | 0.84 |
| Hex | CB | B3 | F9 | 12 | 1C | 0 | 2 | 105 | 55 | 54 |
| Octal | 313 | 263 | 371 | 22 | 34 | 0 | 2 | 405 | 125 | 124 |
| Binary | 11001011 | 10110011 | 11111001 | 10010 | 11100 | 0 | 10 | 100000101 | 1010101 | 1010100 |
Color Harmonies of #CBB3F9
Complementary color
Monochromatic Colors of #CBB3F9
Black with #CBB3F9
Text Example
Text Example
White with #CBB3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3F9; }
p { color: rgb(203,179,249); }
H1.HeaderClassName
{
color: #CBB3F9;
}
.AnyTagClassName
{
color: #CBB3F9;
}
</style>
background-color css
<style>
a { background-color: #CBB3F9; }
a { background-color: rgb(203,179,249); }
div.DivClassName
{
background-color: #CBB3F9;
}
.BgClassName
{
background-color: #CBB3F9;
}
</style>
border-color css
<style>
span { border-color: #CBB3F9; }
span { border-color: rgb(203,179,249); }
td.TdClassName
{
border-color: #CBB3F9;
}
.TagClassName
{
border-color: #CBB3F9;
}
</style>