Shades of Fog #CCBBF9
Tints of Fog #CCBBF9
RGB
CMYK
RGB Variations
Color information
#CCBBF9 (or 0xCCBBF9) is known color: Fog. HEX triplet: CC, BB and F9. RGB value is (204,187,249). Sum of RGB (Red+Green+Blue) = 204+187+249=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCBBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBF9 is #334406. Grayscale: #C6C6C6. Windows color (decimal): -3359751 or 16366540. OLE color: 16366540.
HSL color Cylindrical-coordinate representation of color #CCBBF9: hue angle of 256.45º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBBF9 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 187 | 249 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.02 |
| HSL | 256.45º | 0.84% | 0.85% | - |
| HSV(B) | 256.45º | 0.25% | 0.98% | - |
| XYZ | 59.77 | 55.22 | 97.13 | - |
| YUV | 199.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 249 | 0.18 | 0.25 | 0 | 0.02 | 256.45 | 0.84 | 0.85 |
| Hex | CC | BB | F9 | 12 | 19 | 0 | 2 | 100 | 54 | 55 |
| Octal | 314 | 273 | 371 | 22 | 31 | 0 | 2 | 400 | 124 | 125 |
| Binary | 11001100 | 10111011 | 11111001 | 10010 | 11001 | 0 | 10 | 100000000 | 1010100 | 1010101 |
Color Harmonies of #CCBBF9
Complementary color
Monochromatic Colors of #CCBBF9
Black with #CCBBF9
Text Example
Text Example
White with #CCBBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBF9; }
p { color: rgb(204,187,249); }
H1.HeaderClassName
{
color: #CCBBF9;
}
.AnyTagClassName
{
color: #CCBBF9;
}
</style>
background-color css
<style>
a { background-color: #CCBBF9; }
a { background-color: rgb(204,187,249); }
div.DivClassName
{
background-color: #CCBBF9;
}
.BgClassName
{
background-color: #CCBBF9;
}
</style>
border-color css
<style>
span { border-color: #CCBBF9; }
span { border-color: rgb(204,187,249); }
td.TdClassName
{
border-color: #CCBBF9;
}
.TagClassName
{
border-color: #CCBBF9;
}
</style>