Shades of Fog #CCBCE1
Tints of Fog #CCBCE1
RGB
CMYK
RGB Variations
Color information
#CCBCE1 (or 0xCCBCE1) is known color: Fog. HEX triplet: CC, BC and E1. RGB value is (204,188,225). Sum of RGB (Red+Green+Blue) = 204+188+225=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCE1 is #33431E. Grayscale: #C4C4C4. Windows color (decimal): -3359519 or 14793932. OLE color: 14793932.
HSL color Cylindrical-coordinate representation of color #CCBCE1: hue angle of 265.95º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBCE1 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 188 | 225 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.12 |
| HSL | 265.95º | 0.38% | 0.81% | - |
| HSV(B) | 265.95º | 0.16% | 0.88% | - |
| XYZ | 56.48 | 54.24 | 78.73 | - |
| YUV | 197 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 225 | 0.09 | 0.16 | 0 | 0.12 | 265.95 | 0.38 | 0.81 |
| Hex | CC | BC | E1 | 9 | 10 | 0 | C | 10A | 26 | 51 |
| Octal | 314 | 274 | 341 | 11 | 20 | 0 | 14 | 412 | 46 | 121 |
| Binary | 11001100 | 10111100 | 11100001 | 1001 | 10000 | 0 | 1100 | 100001010 | 100110 | 1010001 |
Color Harmonies of #CCBCE1
Complementary color
Monochromatic Colors of #CCBCE1
Black with #CCBCE1
Text Example
Text Example
White with #CCBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCE1; }
p { color: rgb(204,188,225); }
H1.HeaderClassName
{
color: #CCBCE1;
}
.AnyTagClassName
{
color: #CCBCE1;
}
</style>
background-color css
<style>
a { background-color: #CCBCE1; }
a { background-color: rgb(204,188,225); }
div.DivClassName
{
background-color: #CCBCE1;
}
.BgClassName
{
background-color: #CCBCE1;
}
</style>
border-color css
<style>
span { border-color: #CCBCE1; }
span { border-color: rgb(204,188,225); }
td.TdClassName
{
border-color: #CCBCE1;
}
.TagClassName
{
border-color: #CCBCE1;
}
</style>