Shades of Fog #CCBCE6
Tints of Fog #CCBCE6
RGB
CMYK
RGB Variations
Color information
#CCBCE6 (or 0xCCBCE6) is known color: Fog. HEX triplet: CC, BC and E6. RGB value is (204,188,230). Sum of RGB (Red+Green+Blue) = 204+188+230=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCE6 is #334319. Grayscale: #C5C5C5. Windows color (decimal): -3359514 or 15121612. OLE color: 15121612.
HSL color Cylindrical-coordinate representation of color #CCBCE6: hue angle of 262.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBCE6 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 188 | 230 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.10 |
| HSL | 262.86º | 0.46% | 0.82% | - |
| HSV(B) | 262.86º | 0.18% | 0.9% | - |
| XYZ | 57.17 | 54.52 | 82.37 | - |
| YUV | 197.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 230 | 0.11 | 0.18 | 0 | 0.10 | 262.86 | 0.46 | 0.82 |
| Hex | CC | BC | E6 | B | 12 | 0 | A | 107 | 2E | 52 |
| Octal | 314 | 274 | 346 | 13 | 22 | 0 | 12 | 407 | 56 | 122 |
| Binary | 11001100 | 10111100 | 11100110 | 1011 | 10010 | 0 | 1010 | 100000111 | 101110 | 1010010 |
Color Harmonies of #CCBCE6
Complementary color
Monochromatic Colors of #CCBCE6
Black with #CCBCE6
Text Example
Text Example
White with #CCBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCE6; }
p { color: rgb(204,188,230); }
H1.HeaderClassName
{
color: #CCBCE6;
}
.AnyTagClassName
{
color: #CCBCE6;
}
</style>
background-color css
<style>
a { background-color: #CCBCE6; }
a { background-color: rgb(204,188,230); }
div.DivClassName
{
background-color: #CCBCE6;
}
.BgClassName
{
background-color: #CCBCE6;
}
</style>
border-color css
<style>
span { border-color: #CCBCE6; }
span { border-color: rgb(204,188,230); }
td.TdClassName
{
border-color: #CCBCE6;
}
.TagClassName
{
border-color: #CCBCE6;
}
</style>