Shades of Fog #CCBCE8
Tints of Fog #CCBCE8
RGB
CMYK
RGB Variations
Color information
#CCBCE8 (or 0xCCBCE8) is known color: Fog. HEX triplet: CC, BC and E8. RGB value is (204,188,232). Sum of RGB (Red+Green+Blue) = 204+188+232=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCBCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCE8 is #334317. Grayscale: #C5C5C5. Windows color (decimal): -3359512 or 15252684. OLE color: 15252684.
HSL color Cylindrical-coordinate representation of color #CCBCE8: hue angle of 261.82º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBCE8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 188 | 232 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.09 |
| HSL | 261.82º | 0.49% | 0.82% | - |
| HSV(B) | 261.82º | 0.19% | 0.91% | - |
| XYZ | 57.45 | 54.63 | 83.86 | - |
| YUV | 197.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 232 | 0.12 | 0.19 | 0 | 0.09 | 261.82 | 0.49 | 0.82 |
| Hex | CC | BC | E8 | C | 13 | 0 | 9 | 106 | 31 | 52 |
| Octal | 314 | 274 | 350 | 14 | 23 | 0 | 11 | 406 | 61 | 122 |
| Binary | 11001100 | 10111100 | 11101000 | 1100 | 10011 | 0 | 1001 | 100000110 | 110001 | 1010010 |
Color Harmonies of #CCBCE8
Complementary color
Monochromatic Colors of #CCBCE8
Black with #CCBCE8
Text Example
Text Example
White with #CCBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCE8; }
p { color: rgb(204,188,232); }
H1.HeaderClassName
{
color: #CCBCE8;
}
.AnyTagClassName
{
color: #CCBCE8;
}
</style>
background-color css
<style>
a { background-color: #CCBCE8; }
a { background-color: rgb(204,188,232); }
div.DivClassName
{
background-color: #CCBCE8;
}
.BgClassName
{
background-color: #CCBCE8;
}
</style>
border-color css
<style>
span { border-color: #CCBCE8; }
span { border-color: rgb(204,188,232); }
td.TdClassName
{
border-color: #CCBCE8;
}
.TagClassName
{
border-color: #CCBCE8;
}
</style>