Shades of Fog #CCB8FB
Tints of Fog #CCB8FB
RGB
CMYK
RGB Variations
Color information
#CCB8FB (or 0xCCB8FB) is known color: Fog. HEX triplet: CC, B8 and FB. RGB value is (204,184,251). Sum of RGB (Red+Green+Blue) = 204+184+251=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCB8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8FB is #334704. Grayscale: #C5C5C5. Windows color (decimal): -3360517 or 16496844. OLE color: 16496844.
HSL color Cylindrical-coordinate representation of color #CCB8FB: hue angle of 257.91º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB8FB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 184 | 251 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.02 |
| HSL | 257.91º | 0.89% | 0.85% | - |
| HSV(B) | 257.91º | 0.27% | 0.98% | - |
| XYZ | 59.45 | 54.08 | 98.57 | - |
| YUV | 197.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 251 | 0.19 | 0.27 | 0 | 0.02 | 257.91 | 0.89 | 0.85 |
| Hex | CC | B8 | FB | 13 | 1B | 0 | 2 | 102 | 59 | 55 |
| Octal | 314 | 270 | 373 | 23 | 33 | 0 | 2 | 402 | 131 | 125 |
| Binary | 11001100 | 10111000 | 11111011 | 10011 | 11011 | 0 | 10 | 100000010 | 1011001 | 1010101 |
Color Harmonies of #CCB8FB
Complementary color
Monochromatic Colors of #CCB8FB
Black with #CCB8FB
Text Example
Text Example
White with #CCB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8FB; }
p { color: rgb(204,184,251); }
H1.HeaderClassName
{
color: #CCB8FB;
}
.AnyTagClassName
{
color: #CCB8FB;
}
</style>
background-color css
<style>
a { background-color: #CCB8FB; }
a { background-color: rgb(204,184,251); }
div.DivClassName
{
background-color: #CCB8FB;
}
.BgClassName
{
background-color: #CCB8FB;
}
</style>
border-color css
<style>
span { border-color: #CCB8FB; }
span { border-color: rgb(204,184,251); }
td.TdClassName
{
border-color: #CCB8FB;
}
.TagClassName
{
border-color: #CCB8FB;
}
</style>