Shades of Fog #CCBCE9
Tints of Fog #CCBCE9
RGB
CMYK
RGB Variations
Color information
#CCBCE9 (or 0xCCBCE9) is known color: Fog. HEX triplet: CC, BC and E9. RGB value is (204,188,233). Sum of RGB (Red+Green+Blue) = 204+188+233=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCBCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCE9 is #334316. Grayscale: #C5C5C5. Windows color (decimal): -3359511 or 15318220. OLE color: 15318220.
HSL color Cylindrical-coordinate representation of color #CCBCE9: hue angle of 261.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBCE9 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 188 | 233 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.09 |
| HSL | 261.33º | 0.51% | 0.83% | - |
| HSV(B) | 261.33º | 0.19% | 0.91% | - |
| XYZ | 57.59 | 54.69 | 84.61 | - |
| YUV | 197.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 233 | 0.12 | 0.19 | 0 | 0.09 | 261.33 | 0.51 | 0.83 |
| Hex | CC | BC | E9 | C | 13 | 0 | 9 | 105 | 33 | 53 |
| Octal | 314 | 274 | 351 | 14 | 23 | 0 | 11 | 405 | 63 | 123 |
| Binary | 11001100 | 10111100 | 11101001 | 1100 | 10011 | 0 | 1001 | 100000101 | 110011 | 1010011 |
Color Harmonies of #CCBCE9
Complementary color
Monochromatic Colors of #CCBCE9
Black with #CCBCE9
Text Example
Text Example
White with #CCBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCE9; }
p { color: rgb(204,188,233); }
H1.HeaderClassName
{
color: #CCBCE9;
}
.AnyTagClassName
{
color: #CCBCE9;
}
</style>
background-color css
<style>
a { background-color: #CCBCE9; }
a { background-color: rgb(204,188,233); }
div.DivClassName
{
background-color: #CCBCE9;
}
.BgClassName
{
background-color: #CCBCE9;
}
</style>
border-color css
<style>
span { border-color: #CCBCE9; }
span { border-color: rgb(204,188,233); }
td.TdClassName
{
border-color: #CCBCE9;
}
.TagClassName
{
border-color: #CCBCE9;
}
</style>