Shades of Fog #CCB8F3
Tints of Fog #CCB8F3
RGB
CMYK
RGB Variations
Color information
#CCB8F3 (or 0xCCB8F3) is known color: Fog. HEX triplet: CC, B8 and F3. RGB value is (204,184,243). Sum of RGB (Red+Green+Blue) = 204+184+243=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCB8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8F3 is #33470C. Grayscale: #C4C4C4. Windows color (decimal): -3360525 or 15972556. OLE color: 15972556.
HSL color Cylindrical-coordinate representation of color #CCB8F3: hue angle of 260.34º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB8F3 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 184 | 243 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.05 |
| HSL | 260.34º | 0.71% | 0.84% | - |
| HSV(B) | 260.34º | 0.24% | 0.95% | - |
| XYZ | 58.22 | 53.59 | 92.07 | - |
| YUV | 196.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 243 | 0.16 | 0.24 | 0 | 0.05 | 260.34 | 0.71 | 0.84 |
| Hex | CC | B8 | F3 | 10 | 18 | 0 | 5 | 104 | 47 | 54 |
| Octal | 314 | 270 | 363 | 20 | 30 | 0 | 5 | 404 | 107 | 124 |
| Binary | 11001100 | 10111000 | 11110011 | 10000 | 11000 | 0 | 101 | 100000100 | 1000111 | 1010100 |
Color Harmonies of #CCB8F3
Complementary color
Monochromatic Colors of #CCB8F3
Black with #CCB8F3
Text Example
Text Example
White with #CCB8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8F3; }
p { color: rgb(204,184,243); }
H1.HeaderClassName
{
color: #CCB8F3;
}
.AnyTagClassName
{
color: #CCB8F3;
}
</style>
background-color css
<style>
a { background-color: #CCB8F3; }
a { background-color: rgb(204,184,243); }
div.DivClassName
{
background-color: #CCB8F3;
}
.BgClassName
{
background-color: #CCB8F3;
}
</style>
border-color css
<style>
span { border-color: #CCB8F3; }
span { border-color: rgb(204,184,243); }
td.TdClassName
{
border-color: #CCB8F3;
}
.TagClassName
{
border-color: #CCB8F3;
}
</style>