Shades of Fog #CCBBE8
Tints of Fog #CCBBE8
RGB
CMYK
RGB Variations
Color information
#CCBBE8 (or 0xCCBBE8) is known color: Fog. HEX triplet: CC, BB and E8. RGB value is (204,187,232). Sum of RGB (Red+Green+Blue) = 204+187+232=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBE8 is #334417. Grayscale: #C5C5C5. Windows color (decimal): -3359768 or 15252428. OLE color: 15252428.
HSL color Cylindrical-coordinate representation of color #CCBBE8: hue angle of 262.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBBE8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 187 | 232 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.09 |
| HSL | 262.67º | 0.49% | 0.82% | - |
| HSV(B) | 262.67º | 0.19% | 0.91% | - |
| XYZ | 57.24 | 54.2 | 83.79 | - |
| YUV | 197.21 | 147.63 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 232 | 0.12 | 0.19 | 0 | 0.09 | 262.67 | 0.49 | 0.82 |
| Hex | CC | BB | E8 | C | 13 | 0 | 9 | 107 | 31 | 52 |
| Octal | 314 | 273 | 350 | 14 | 23 | 0 | 11 | 407 | 61 | 122 |
| Binary | 11001100 | 10111011 | 11101000 | 1100 | 10011 | 0 | 1001 | 100000111 | 110001 | 1010010 |
Color Harmonies of #CCBBE8
Complementary color
Monochromatic Colors of #CCBBE8
Black with #CCBBE8
Text Example
Text Example
White with #CCBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBE8; }
p { color: rgb(204,187,232); }
H1.HeaderClassName
{
color: #CCBBE8;
}
.AnyTagClassName
{
color: #CCBBE8;
}
</style>
background-color css
<style>
a { background-color: #CCBBE8; }
a { background-color: rgb(204,187,232); }
div.DivClassName
{
background-color: #CCBBE8;
}
.BgClassName
{
background-color: #CCBBE8;
}
</style>
border-color css
<style>
span { border-color: #CCBBE8; }
span { border-color: rgb(204,187,232); }
td.TdClassName
{
border-color: #CCBBE8;
}
.TagClassName
{
border-color: #CCBBE8;
}
</style>