Shades of Fog #CCBBDF
Tints of Fog #CCBBDF
RGB
CMYK
RGB Variations
Color information
#CCBBDF (or 0xCCBBDF) is known color: Fog. HEX triplet: CC, BB and DF. RGB value is (204,187,223). Sum of RGB (Red+Green+Blue) = 204+187+223=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBDF is #334420. Grayscale: #C4C4C4. Windows color (decimal): -3359777 or 14662604. OLE color: 14662604.
HSL color Cylindrical-coordinate representation of color #CCBBDF: hue angle of 268.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBBDF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 187 | 223 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.13 |
| HSL | 268.33º | 0.36% | 0.8% | - |
| HSV(B) | 268.33º | 0.16% | 0.87% | - |
| XYZ | 55.99 | 53.71 | 77.23 | - |
| YUV | 196.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 223 | 0.09 | 0.16 | 0 | 0.13 | 268.33 | 0.36 | 0.8 |
| Hex | CC | BB | DF | 9 | 10 | 0 | D | 10C | 24 | 50 |
| Octal | 314 | 273 | 337 | 11 | 20 | 0 | 15 | 414 | 44 | 120 |
| Binary | 11001100 | 10111011 | 11011111 | 1001 | 10000 | 0 | 1101 | 100001100 | 100100 | 1010000 |
Color Harmonies of #CCBBDF
Complementary color
Monochromatic Colors of #CCBBDF
Black with #CCBBDF
Text Example
Text Example
White with #CCBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBDF; }
p { color: rgb(204,187,223); }
H1.HeaderClassName
{
color: #CCBBDF;
}
.AnyTagClassName
{
color: #CCBBDF;
}
</style>
background-color css
<style>
a { background-color: #CCBBDF; }
a { background-color: rgb(204,187,223); }
div.DivClassName
{
background-color: #CCBBDF;
}
.BgClassName
{
background-color: #CCBBDF;
}
</style>
border-color css
<style>
span { border-color: #CCBBDF; }
span { border-color: rgb(204,187,223); }
td.TdClassName
{
border-color: #CCBBDF;
}
.TagClassName
{
border-color: #CCBBDF;
}
</style>