Shades of Fog #CCBCED
Tints of Fog #CCBCED
RGB
CMYK
RGB Variations
Color information
#CCBCED (or 0xCCBCED) is known color: Fog. HEX triplet: CC, BC and ED. RGB value is (204,188,237). Sum of RGB (Red+Green+Blue) = 204+188+237=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCED is #334312. Grayscale: #C6C6C6. Windows color (decimal): -3359507 or 15580364. OLE color: 15580364.
HSL color Cylindrical-coordinate representation of color #CCBCED: hue angle of 259.59º degrees, saturation: 0.58, 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 #CCBCED is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 188 | 237 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.07 |
| HSL | 259.59º | 0.58% | 0.83% | - |
| HSV(B) | 259.59º | 0.21% | 0.93% | - |
| XYZ | 58.17 | 54.92 | 87.66 | - |
| YUV | 198.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 237 | 0.14 | 0.21 | 0 | 0.07 | 259.59 | 0.58 | 0.83 |
| Hex | CC | BC | ED | E | 15 | 0 | 7 | 104 | 3A | 53 |
| Octal | 314 | 274 | 355 | 16 | 25 | 0 | 7 | 404 | 72 | 123 |
| Binary | 11001100 | 10111100 | 11101101 | 1110 | 10101 | 0 | 111 | 100000100 | 111010 | 1010011 |
Color Harmonies of #CCBCED
Complementary color
Monochromatic Colors of #CCBCED
Black with #CCBCED
Text Example
Text Example
White with #CCBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCED; }
p { color: rgb(204,188,237); }
H1.HeaderClassName
{
color: #CCBCED;
}
.AnyTagClassName
{
color: #CCBCED;
}
</style>
background-color css
<style>
a { background-color: #CCBCED; }
a { background-color: rgb(204,188,237); }
div.DivClassName
{
background-color: #CCBCED;
}
.BgClassName
{
background-color: #CCBCED;
}
</style>
border-color css
<style>
span { border-color: #CCBCED; }
span { border-color: rgb(204,188,237); }
td.TdClassName
{
border-color: #CCBCED;
}
.TagClassName
{
border-color: #CCBCED;
}
</style>