Shades of Fog #CCBCEC
Tints of Fog #CCBCEC
RGB
CMYK
RGB Variations
Color information
#CCBCEC (or 0xCCBCEC) is known color: Fog. HEX triplet: CC, BC and EC. RGB value is (204,188,236). Sum of RGB (Red+Green+Blue) = 204+188+236=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCEC is #334313. Grayscale: #C6C6C6. Windows color (decimal): -3359508 or 15514828. OLE color: 15514828.
HSL color Cylindrical-coordinate representation of color #CCBCEC: hue angle of 260º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCBCEC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 188 | 236 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.07 |
| HSL | 260º | 0.56% | 0.83% | - |
| HSV(B) | 260º | 0.2% | 0.93% | - |
| XYZ | 58.03 | 54.86 | 86.89 | - |
| YUV | 198.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 236 | 0.14 | 0.20 | 0 | 0.07 | 260 | 0.56 | 0.83 |
| Hex | CC | BC | EC | E | 14 | 0 | 7 | 104 | 38 | 53 |
| Octal | 314 | 274 | 354 | 16 | 24 | 0 | 7 | 404 | 70 | 123 |
| Binary | 11001100 | 10111100 | 11101100 | 1110 | 10100 | 0 | 111 | 100000100 | 111000 | 1010011 |
Color Harmonies of #CCBCEC
Complementary color
Monochromatic Colors of #CCBCEC
Black with #CCBCEC
Text Example
Text Example
White with #CCBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCEC; }
p { color: rgb(204,188,236); }
H1.HeaderClassName
{
color: #CCBCEC;
}
.AnyTagClassName
{
color: #CCBCEC;
}
</style>
background-color css
<style>
a { background-color: #CCBCEC; }
a { background-color: rgb(204,188,236); }
div.DivClassName
{
background-color: #CCBCEC;
}
.BgClassName
{
background-color: #CCBCEC;
}
</style>
border-color css
<style>
span { border-color: #CCBCEC; }
span { border-color: rgb(204,188,236); }
td.TdClassName
{
border-color: #CCBCEC;
}
.TagClassName
{
border-color: #CCBCEC;
}
</style>