Shades of Fog #CCBBEC
Tints of Fog #CCBBEC
RGB
CMYK
RGB Variations
Color information
#CCBBEC (or 0xCCBBEC) is known color: Fog. HEX triplet: CC, BB and EC. RGB value is (204,187,236). Sum of RGB (Red+Green+Blue) = 204+187+236=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBEC is #334413. Grayscale: #C5C5C5. Windows color (decimal): -3359764 or 15514572. OLE color: 15514572.
HSL color Cylindrical-coordinate representation of color #CCBBEC: hue angle of 260.82º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBBEC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 187 | 236 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.07 |
| HSL | 260.82º | 0.56% | 0.83% | - |
| HSV(B) | 260.82º | 0.21% | 0.93% | - |
| XYZ | 57.81 | 54.43 | 86.82 | - |
| YUV | 197.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 236 | 0.14 | 0.21 | 0 | 0.07 | 260.82 | 0.56 | 0.83 |
| Hex | CC | BB | EC | E | 15 | 0 | 7 | 105 | 38 | 53 |
| Octal | 314 | 273 | 354 | 16 | 25 | 0 | 7 | 405 | 70 | 123 |
| Binary | 11001100 | 10111011 | 11101100 | 1110 | 10101 | 0 | 111 | 100000101 | 111000 | 1010011 |
Color Harmonies of #CCBBEC
Complementary color
Monochromatic Colors of #CCBBEC
Black with #CCBBEC
Text Example
Text Example
White with #CCBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBEC; }
p { color: rgb(204,187,236); }
H1.HeaderClassName
{
color: #CCBBEC;
}
.AnyTagClassName
{
color: #CCBBEC;
}
</style>
background-color css
<style>
a { background-color: #CCBBEC; }
a { background-color: rgb(204,187,236); }
div.DivClassName
{
background-color: #CCBBEC;
}
.BgClassName
{
background-color: #CCBBEC;
}
</style>
border-color css
<style>
span { border-color: #CCBBEC; }
span { border-color: rgb(204,187,236); }
td.TdClassName
{
border-color: #CCBBEC;
}
.TagClassName
{
border-color: #CCBBEC;
}
</style>