Shades of Fog #CCB9F9
Tints of Fog #CCB9F9
RGB
CMYK
RGB Variations
Color information
#CCB9F9 (or 0xCCB9F9) is known color: Fog. HEX triplet: CC, B9 and F9. RGB value is (204,185,249). Sum of RGB (Red+Green+Blue) = 204+185+249=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9F9 is #334606. Grayscale: #C5C5C5. Windows color (decimal): -3360263 or 16366028. OLE color: 16366028.
HSL color Cylindrical-coordinate representation of color #CCB9F9: hue angle of 257.81º 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 #CCB9F9 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 185 | 249 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.02 |
| HSL | 257.81º | 0.84% | 0.85% | - |
| HSV(B) | 257.81º | 0.26% | 0.98% | - |
| XYZ | 59.35 | 54.37 | 96.99 | - |
| YUV | 197.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 249 | 0.18 | 0.26 | 0 | 0.02 | 257.81 | 0.84 | 0.85 |
| Hex | CC | B9 | F9 | 12 | 1A | 0 | 2 | 102 | 54 | 55 |
| Octal | 314 | 271 | 371 | 22 | 32 | 0 | 2 | 402 | 124 | 125 |
| Binary | 11001100 | 10111001 | 11111001 | 10010 | 11010 | 0 | 10 | 100000010 | 1010100 | 1010101 |
Color Harmonies of #CCB9F9
Complementary color
Monochromatic Colors of #CCB9F9
Black with #CCB9F9
Text Example
Text Example
White with #CCB9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9F9; }
p { color: rgb(204,185,249); }
H1.HeaderClassName
{
color: #CCB9F9;
}
.AnyTagClassName
{
color: #CCB9F9;
}
</style>
background-color css
<style>
a { background-color: #CCB9F9; }
a { background-color: rgb(204,185,249); }
div.DivClassName
{
background-color: #CCB9F9;
}
.BgClassName
{
background-color: #CCB9F9;
}
</style>
border-color css
<style>
span { border-color: #CCB9F9; }
span { border-color: rgb(204,185,249); }
td.TdClassName
{
border-color: #CCB9F9;
}
.TagClassName
{
border-color: #CCB9F9;
}
</style>