Shades of Fog #CCB3F9
Tints of Fog #CCB3F9
RGB
CMYK
RGB Variations
Color information
#CCB3F9 (or 0xCCB3F9) is known color: Fog. HEX triplet: CC, B3 and F9. RGB value is (204,179,249). Sum of RGB (Red+Green+Blue) = 204+179+249=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCB3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3F9 is #334C06. Grayscale: #C2C2C2. Windows color (decimal): -3361799 or 16364492. OLE color: 16364492.
HSL color Cylindrical-coordinate representation of color #CCB3F9: hue angle of 261.43º 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 #CCB3F9 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 179 | 249 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.02 |
| HSL | 261.43º | 0.85% | 0.84% | - |
| HSV(B) | 261.43º | 0.28% | 0.98% | - |
| XYZ | 58.12 | 51.92 | 96.58 | - |
| YUV | 194.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 249 | 0.18 | 0.28 | 0 | 0.02 | 261.43 | 0.85 | 0.84 |
| Hex | CC | B3 | F9 | 12 | 1C | 0 | 2 | 105 | 55 | 54 |
| Octal | 314 | 263 | 371 | 22 | 34 | 0 | 2 | 405 | 125 | 124 |
| Binary | 11001100 | 10110011 | 11111001 | 10010 | 11100 | 0 | 10 | 100000101 | 1010101 | 1010100 |
Color Harmonies of #CCB3F9
Complementary color
Monochromatic Colors of #CCB3F9
Black with #CCB3F9
Text Example
Text Example
White with #CCB3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3F9; }
p { color: rgb(204,179,249); }
H1.HeaderClassName
{
color: #CCB3F9;
}
.AnyTagClassName
{
color: #CCB3F9;
}
</style>
background-color css
<style>
a { background-color: #CCB3F9; }
a { background-color: rgb(204,179,249); }
div.DivClassName
{
background-color: #CCB3F9;
}
.BgClassName
{
background-color: #CCB3F9;
}
</style>
border-color css
<style>
span { border-color: #CCB3F9; }
span { border-color: rgb(204,179,249); }
td.TdClassName
{
border-color: #CCB3F9;
}
.TagClassName
{
border-color: #CCB3F9;
}
</style>