Shades of Fog #CCBCDD
Tints of Fog #CCBCDD
RGB
CMYK
RGB Variations
Color information
#CCBCDD (or 0xCCBCDD) is known color: Fog. HEX triplet: CC, BC and DD. RGB value is (204,188,221). Sum of RGB (Red+Green+Blue) = 204+188+221=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCBCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCDD is #334322. Grayscale: #C4C4C4. Windows color (decimal): -3359523 or 14531788. OLE color: 14531788.
HSL color Cylindrical-coordinate representation of color #CCBCDD: hue angle of 269.09º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBCDD is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 188 | 221 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.13 |
| HSL | 269.09º | 0.33% | 0.8% | - |
| HSV(B) | 269.09º | 0.15% | 0.87% | - |
| XYZ | 55.94 | 54.02 | 75.89 | - |
| YUV | 196.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 221 | 0.08 | 0.15 | 0 | 0.13 | 269.09 | 0.33 | 0.8 |
| Hex | CC | BC | DD | 8 | F | 0 | D | 10D | 21 | 50 |
| Octal | 314 | 274 | 335 | 10 | 17 | 0 | 15 | 415 | 41 | 120 |
| Binary | 11001100 | 10111100 | 11011101 | 1000 | 1111 | 0 | 1101 | 100001101 | 100001 | 1010000 |
Color Harmonies of #CCBCDD
Complementary color
Monochromatic Colors of #CCBCDD
Black with #CCBCDD
Text Example
Text Example
White with #CCBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCDD; }
p { color: rgb(204,188,221); }
H1.HeaderClassName
{
color: #CCBCDD;
}
.AnyTagClassName
{
color: #CCBCDD;
}
</style>
background-color css
<style>
a { background-color: #CCBCDD; }
a { background-color: rgb(204,188,221); }
div.DivClassName
{
background-color: #CCBCDD;
}
.BgClassName
{
background-color: #CCBCDD;
}
</style>
border-color css
<style>
span { border-color: #CCBCDD; }
span { border-color: rgb(204,188,221); }
td.TdClassName
{
border-color: #CCBCDD;
}
.TagClassName
{
border-color: #CCBCDD;
}
</style>