Shades of Fog #CCBBE0
Tints of Fog #CCBBE0
RGB
CMYK
RGB Variations
Color information
#CCBBE0 (or 0xCCBBE0) is known color: Fog. HEX triplet: CC, BB and E0. RGB value is (204,187,224). Sum of RGB (Red+Green+Blue) = 204+187+224=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBE0 is #33441F. Grayscale: #C4C4C4. Windows color (decimal): -3359776 or 14728140. OLE color: 14728140.
HSL color Cylindrical-coordinate representation of color #CCBBE0: hue angle of 267.57º degrees, saturation: 0.37, 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 #CCBBE0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 187 | 224 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.12 |
| HSL | 267.57º | 0.37% | 0.81% | - |
| HSV(B) | 267.57º | 0.17% | 0.88% | - |
| XYZ | 56.13 | 53.76 | 77.94 | - |
| YUV | 196.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 224 | 0.09 | 0.17 | 0 | 0.12 | 267.57 | 0.37 | 0.81 |
| Hex | CC | BB | E0 | 9 | 11 | 0 | C | 10C | 25 | 51 |
| Octal | 314 | 273 | 340 | 11 | 21 | 0 | 14 | 414 | 45 | 121 |
| Binary | 11001100 | 10111011 | 11100000 | 1001 | 10001 | 0 | 1100 | 100001100 | 100101 | 1010001 |
Color Harmonies of #CCBBE0
Complementary color
Monochromatic Colors of #CCBBE0
Black with #CCBBE0
Text Example
Text Example
White with #CCBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBE0; }
p { color: rgb(204,187,224); }
H1.HeaderClassName
{
color: #CCBBE0;
}
.AnyTagClassName
{
color: #CCBBE0;
}
</style>
background-color css
<style>
a { background-color: #CCBBE0; }
a { background-color: rgb(204,187,224); }
div.DivClassName
{
background-color: #CCBBE0;
}
.BgClassName
{
background-color: #CCBBE0;
}
</style>
border-color css
<style>
span { border-color: #CCBBE0; }
span { border-color: rgb(204,187,224); }
td.TdClassName
{
border-color: #CCBBE0;
}
.TagClassName
{
border-color: #CCBBE0;
}
</style>