Shades of Fog #CBB1F9
Tints of Fog #CBB1F9
RGB
CMYK
RGB Variations
Color information
#CBB1F9 (or 0xCBB1F9) is known color: Fog. HEX triplet: CB, B1 and F9. RGB value is (203,177,249). Sum of RGB (Red+Green+Blue) = 203+177+249=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBB1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1F9 is #344E06. Grayscale: #C0C0C0. Windows color (decimal): -3427847 or 16363979. OLE color: 16363979.
HSL color Cylindrical-coordinate representation of color #CBB1F9: hue angle of 261.67º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBB1F9 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 177 | 249 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.02 |
| HSL | 261.67º | 0.86% | 0.84% | - |
| HSV(B) | 261.67º | 0.29% | 0.98% | - |
| XYZ | 57.45 | 50.98 | 96.43 | - |
| YUV | 192.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 249 | 0.18 | 0.29 | 0 | 0.02 | 261.67 | 0.86 | 0.84 |
| Hex | CB | B1 | F9 | 12 | 1D | 0 | 2 | 106 | 56 | 54 |
| Octal | 313 | 261 | 371 | 22 | 35 | 0 | 2 | 406 | 126 | 124 |
| Binary | 11001011 | 10110001 | 11111001 | 10010 | 11101 | 0 | 10 | 100000110 | 1010110 | 1010100 |
Color Harmonies of #CBB1F9
Complementary color
Monochromatic Colors of #CBB1F9
Black with #CBB1F9
Text Example
Text Example
White with #CBB1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1F9; }
p { color: rgb(203,177,249); }
H1.HeaderClassName
{
color: #CBB1F9;
}
.AnyTagClassName
{
color: #CBB1F9;
}
</style>
background-color css
<style>
a { background-color: #CBB1F9; }
a { background-color: rgb(203,177,249); }
div.DivClassName
{
background-color: #CBB1F9;
}
.BgClassName
{
background-color: #CBB1F9;
}
</style>
border-color css
<style>
span { border-color: #CBB1F9; }
span { border-color: rgb(203,177,249); }
td.TdClassName
{
border-color: #CBB1F9;
}
.TagClassName
{
border-color: #CBB1F9;
}
</style>