Shades of Fog #CCBBE9
Tints of Fog #CCBBE9
RGB
CMYK
RGB Variations
Color information
#CCBBE9 (or 0xCCBBE9) is known color: Fog. HEX triplet: CC, BB and E9. RGB value is (204,187,233). Sum of RGB (Red+Green+Blue) = 204+187+233=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBE9 is #334416. Grayscale: #C5C5C5. Windows color (decimal): -3359767 or 15317964. OLE color: 15317964.
HSL color Cylindrical-coordinate representation of color #CCBBE9: hue angle of 262.17º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCBBE9 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 187 | 233 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.09 |
| HSL | 262.17º | 0.51% | 0.82% | - |
| HSV(B) | 262.17º | 0.2% | 0.91% | - |
| XYZ | 57.38 | 54.26 | 84.54 | - |
| YUV | 197.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 233 | 0.12 | 0.20 | 0 | 0.09 | 262.17 | 0.51 | 0.82 |
| Hex | CC | BB | E9 | C | 14 | 0 | 9 | 106 | 33 | 52 |
| Octal | 314 | 273 | 351 | 14 | 24 | 0 | 11 | 406 | 63 | 122 |
| Binary | 11001100 | 10111011 | 11101001 | 1100 | 10100 | 0 | 1001 | 100000110 | 110011 | 1010010 |
Color Harmonies of #CCBBE9
Complementary color
Monochromatic Colors of #CCBBE9
Black with #CCBBE9
Text Example
Text Example
White with #CCBBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBE9; }
p { color: rgb(204,187,233); }
H1.HeaderClassName
{
color: #CCBBE9;
}
.AnyTagClassName
{
color: #CCBBE9;
}
</style>
background-color css
<style>
a { background-color: #CCBBE9; }
a { background-color: rgb(204,187,233); }
div.DivClassName
{
background-color: #CCBBE9;
}
.BgClassName
{
background-color: #CCBBE9;
}
</style>
border-color css
<style>
span { border-color: #CCBBE9; }
span { border-color: rgb(204,187,233); }
td.TdClassName
{
border-color: #CCBBE9;
}
.TagClassName
{
border-color: #CCBBE9;
}
</style>