Shades of Fog #CCC6D3
Tints of Fog #CCC6D3
RGB
CMYK
RGB Variations
Color information
#CCC6D3 (or 0xCCC6D3) is known color: Fog. HEX triplet: CC, C6 and D3. RGB value is (204,198,211). Sum of RGB (Red+Green+Blue) = 204+198+211=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCC6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6D3 is #33392C. Grayscale: #C9C9C9. Windows color (decimal): -3356973 or 13878988. OLE color: 13878988.
HSL color Cylindrical-coordinate representation of color #CCC6D3: hue angle of 267.69º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC6D3 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 198 | 211 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.17 |
| HSL | 267.69º | 0.13% | 0.8% | - |
| HSV(B) | 267.69º | 0.06% | 0.83% | - |
| XYZ | 56.85 | 57.93 | 69.81 | - |
| YUV | 201.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 211 | 0.03 | 0.06 | 0 | 0.17 | 267.69 | 0.13 | 0.8 |
| Hex | CC | C6 | D3 | 3 | 6 | 0 | 11 | 10C | D | 50 |
| Octal | 314 | 306 | 323 | 3 | 6 | 0 | 21 | 414 | 15 | 120 |
| Binary | 11001100 | 11000110 | 11010011 | 11 | 110 | 0 | 10001 | 100001100 | 1101 | 1010000 |
Color Harmonies of #CCC6D3
Complementary color
Monochromatic Colors of #CCC6D3
Black with #CCC6D3
Text Example
Text Example
White with #CCC6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6D3; }
p { color: rgb(204,198,211); }
H1.HeaderClassName
{
color: #CCC6D3;
}
.AnyTagClassName
{
color: #CCC6D3;
}
</style>
background-color css
<style>
a { background-color: #CCC6D3; }
a { background-color: rgb(204,198,211); }
div.DivClassName
{
background-color: #CCC6D3;
}
.BgClassName
{
background-color: #CCC6D3;
}
</style>
border-color css
<style>
span { border-color: #CCC6D3; }
span { border-color: rgb(204,198,211); }
td.TdClassName
{
border-color: #CCC6D3;
}
.TagClassName
{
border-color: #CCC6D3;
}
</style>