Shades of Fog #CCBBE1
Tints of Fog #CCBBE1
RGB
CMYK
RGB Variations
Color information
#CCBBE1 (or 0xCCBBE1) is known color: Fog. HEX triplet: CC, BB and E1. RGB value is (204,187,225). Sum of RGB (Red+Green+Blue) = 204+187+225=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBE1 is #33441E. Grayscale: #C4C4C4. Windows color (decimal): -3359775 or 14793676. OLE color: 14793676.
HSL color Cylindrical-coordinate representation of color #CCBBE1: hue angle of 266.84º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBBE1 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 187 | 225 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.12 |
| HSL | 266.84º | 0.39% | 0.81% | - |
| HSV(B) | 266.84º | 0.17% | 0.88% | - |
| XYZ | 56.26 | 53.81 | 78.66 | - |
| YUV | 196.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 225 | 0.09 | 0.17 | 0 | 0.12 | 266.84 | 0.39 | 0.81 |
| Hex | CC | BB | E1 | 9 | 11 | 0 | C | 10B | 27 | 51 |
| Octal | 314 | 273 | 341 | 11 | 21 | 0 | 14 | 413 | 47 | 121 |
| Binary | 11001100 | 10111011 | 11100001 | 1001 | 10001 | 0 | 1100 | 100001011 | 100111 | 1010001 |
Color Harmonies of #CCBBE1
Complementary color
Monochromatic Colors of #CCBBE1
Black with #CCBBE1
Text Example
Text Example
White with #CCBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBE1; }
p { color: rgb(204,187,225); }
H1.HeaderClassName
{
color: #CCBBE1;
}
.AnyTagClassName
{
color: #CCBBE1;
}
</style>
background-color css
<style>
a { background-color: #CCBBE1; }
a { background-color: rgb(204,187,225); }
div.DivClassName
{
background-color: #CCBBE1;
}
.BgClassName
{
background-color: #CCBBE1;
}
</style>
border-color css
<style>
span { border-color: #CCBBE1; }
span { border-color: rgb(204,187,225); }
td.TdClassName
{
border-color: #CCBBE1;
}
.TagClassName
{
border-color: #CCBBE1;
}
</style>