Shades of Fog #CCC1D9
Tints of Fog #CCC1D9
RGB
CMYK
RGB Variations
Color information
#CCC1D9 (or 0xCCC1D9) is known color: Fog. HEX triplet: CC, C1 and D9. RGB value is (204,193,217). Sum of RGB (Red+Green+Blue) = 204+193+217=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCC1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1D9 is #333E26. Grayscale: #C6C6C6. Windows color (decimal): -3358247 or 14270924. OLE color: 14270924.
HSL color Cylindrical-coordinate representation of color #CCC1D9: hue angle of 267.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC1D9 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 193 | 217 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.15 |
| HSL | 267.5º | 0.24% | 0.8% | - |
| HSV(B) | 267.5º | 0.11% | 0.85% | - |
| XYZ | 56.5 | 55.99 | 73.47 | - |
| YUV | 199.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 217 | 0.06 | 0.11 | 0 | 0.15 | 267.5 | 0.24 | 0.8 |
| Hex | CC | C1 | D9 | 6 | B | 0 | F | 10C | 18 | 50 |
| Octal | 314 | 301 | 331 | 6 | 13 | 0 | 17 | 414 | 30 | 120 |
| Binary | 11001100 | 11000001 | 11011001 | 110 | 1011 | 0 | 1111 | 100001100 | 11000 | 1010000 |
Color Harmonies of #CCC1D9
Complementary color
Monochromatic Colors of #CCC1D9
Black with #CCC1D9
Text Example
Text Example
White with #CCC1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1D9; }
p { color: rgb(204,193,217); }
H1.HeaderClassName
{
color: #CCC1D9;
}
.AnyTagClassName
{
color: #CCC1D9;
}
</style>
background-color css
<style>
a { background-color: #CCC1D9; }
a { background-color: rgb(204,193,217); }
div.DivClassName
{
background-color: #CCC1D9;
}
.BgClassName
{
background-color: #CCC1D9;
}
</style>
border-color css
<style>
span { border-color: #CCC1D9; }
span { border-color: rgb(204,193,217); }
td.TdClassName
{
border-color: #CCC1D9;
}
.TagClassName
{
border-color: #CCC1D9;
}
</style>