Shades of Fog #CCBBE6
Tints of Fog #CCBBE6
RGB
CMYK
RGB Variations
Color information
#CCBBE6 (or 0xCCBBE6) is known color: Fog. HEX triplet: CC, BB and E6. RGB value is (204,187,230). Sum of RGB (Red+Green+Blue) = 204+187+230=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBE6 is #334419. Grayscale: #C4C4C4. Windows color (decimal): -3359770 or 15121356. OLE color: 15121356.
HSL color Cylindrical-coordinate representation of color #CCBBE6: hue angle of 263.72º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBBE6 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 187 | 230 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.10 |
| HSL | 263.72º | 0.46% | 0.82% | - |
| HSV(B) | 263.72º | 0.19% | 0.9% | - |
| XYZ | 56.96 | 54.09 | 82.3 | - |
| YUV | 196.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 230 | 0.11 | 0.19 | 0 | 0.10 | 263.72 | 0.46 | 0.82 |
| Hex | CC | BB | E6 | B | 13 | 0 | A | 108 | 2E | 52 |
| Octal | 314 | 273 | 346 | 13 | 23 | 0 | 12 | 410 | 56 | 122 |
| Binary | 11001100 | 10111011 | 11100110 | 1011 | 10011 | 0 | 1010 | 100001000 | 101110 | 1010010 |
Color Harmonies of #CCBBE6
Complementary color
Monochromatic Colors of #CCBBE6
Black with #CCBBE6
Text Example
Text Example
White with #CCBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBE6; }
p { color: rgb(204,187,230); }
H1.HeaderClassName
{
color: #CCBBE6;
}
.AnyTagClassName
{
color: #CCBBE6;
}
</style>
background-color css
<style>
a { background-color: #CCBBE6; }
a { background-color: rgb(204,187,230); }
div.DivClassName
{
background-color: #CCBBE6;
}
.BgClassName
{
background-color: #CCBBE6;
}
</style>
border-color css
<style>
span { border-color: #CCBBE6; }
span { border-color: rgb(204,187,230); }
td.TdClassName
{
border-color: #CCBBE6;
}
.TagClassName
{
border-color: #CCBBE6;
}
</style>