Shades of Fog #CCB9FC
Tints of Fog #CCB9FC
RGB
CMYK
RGB Variations
Color information
#CCB9FC (or 0xCCB9FC) is known color: Fog. HEX triplet: CC, B9 and FC. RGB value is (204,185,252). Sum of RGB (Red+Green+Blue) = 204+185+252=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9FC is #334603. Grayscale: #C6C6C6. Windows color (decimal): -3360260 or 16562636. OLE color: 16562636.
HSL color Cylindrical-coordinate representation of color #CCB9FC: hue angle of 257.01º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB9FC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 185 | 252 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.01 |
| HSL | 257.01º | 0.92% | 0.86% | - |
| HSV(B) | 257.01º | 0.27% | 0.99% | - |
| XYZ | 59.82 | 54.56 | 99.47 | - |
| YUV | 198.32 | 158.29 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 252 | 0.19 | 0.27 | 0 | 0.01 | 257.01 | 0.92 | 0.86 |
| Hex | CC | B9 | FC | 13 | 1B | 0 | 1 | 101 | 5C | 56 |
| Octal | 314 | 271 | 374 | 23 | 33 | 0 | 1 | 401 | 134 | 126 |
| Binary | 11001100 | 10111001 | 11111100 | 10011 | 11011 | 0 | 1 | 100000001 | 1011100 | 1010110 |
Color Harmonies of #CCB9FC
Complementary color
Monochromatic Colors of #CCB9FC
Black with #CCB9FC
Text Example
Text Example
White with #CCB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9FC; }
p { color: rgb(204,185,252); }
H1.HeaderClassName
{
color: #CCB9FC;
}
.AnyTagClassName
{
color: #CCB9FC;
}
</style>
background-color css
<style>
a { background-color: #CCB9FC; }
a { background-color: rgb(204,185,252); }
div.DivClassName
{
background-color: #CCB9FC;
}
.BgClassName
{
background-color: #CCB9FC;
}
</style>
border-color css
<style>
span { border-color: #CCB9FC; }
span { border-color: rgb(204,185,252); }
td.TdClassName
{
border-color: #CCB9FC;
}
.TagClassName
{
border-color: #CCB9FC;
}
</style>