Shades of Fog #CCC2F1
Tints of Fog #CCC2F1
RGB
CMYK
RGB Variations
Color information
#CCC2F1 (or 0xCCC2F1) is known color: Fog. HEX triplet: CC, C2 and F1. RGB value is (204,194,241). Sum of RGB (Red+Green+Blue) = 204+194+241=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCC2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2F1 is #333D0E. Grayscale: #CACACA. Windows color (decimal): -3357967 or 15844044. OLE color: 15844044.
HSL color Cylindrical-coordinate representation of color #CCC2F1: hue angle of 252.77º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC2F1 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 194 | 241 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.05 |
| HSL | 252.77º | 0.63% | 0.85% | - |
| HSV(B) | 252.77º | 0.2% | 0.95% | - |
| XYZ | 60.07 | 57.77 | 91.2 | - |
| YUV | 202.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 241 | 0.15 | 0.20 | 0 | 0.05 | 252.77 | 0.63 | 0.85 |
| Hex | CC | C2 | F1 | F | 14 | 0 | 5 | FD | 3F | 55 |
| Octal | 314 | 302 | 361 | 17 | 24 | 0 | 5 | 375 | 77 | 125 |
| Binary | 11001100 | 11000010 | 11110001 | 1111 | 10100 | 0 | 101 | 11111101 | 111111 | 1010101 |
Color Harmonies of #CCC2F1
Complementary color
Monochromatic Colors of #CCC2F1
Black with #CCC2F1
Text Example
Text Example
White with #CCC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2F1; }
p { color: rgb(204,194,241); }
H1.HeaderClassName
{
color: #CCC2F1;
}
.AnyTagClassName
{
color: #CCC2F1;
}
</style>
background-color css
<style>
a { background-color: #CCC2F1; }
a { background-color: rgb(204,194,241); }
div.DivClassName
{
background-color: #CCC2F1;
}
.BgClassName
{
background-color: #CCC2F1;
}
</style>
border-color css
<style>
span { border-color: #CCC2F1; }
span { border-color: rgb(204,194,241); }
td.TdClassName
{
border-color: #CCC2F1;
}
.TagClassName
{
border-color: #CCC2F1;
}
</style>