Shades of Fog #CCC1F1
Tints of Fog #CCC1F1
RGB
CMYK
RGB Variations
Color information
#CCC1F1 (or 0xCCC1F1) is known color: Fog. HEX triplet: CC, C1 and F1. RGB value is (204,193,241). Sum of RGB (Red+Green+Blue) = 204+193+241=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCC1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1F1 is #333E0E. Grayscale: #C9C9C9. Windows color (decimal): -3358223 or 15843788. OLE color: 15843788.
HSL color Cylindrical-coordinate representation of color #CCC1F1: hue angle of 253.75º 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 #CCC1F1 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 193 | 241 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.05 |
| HSL | 253.75º | 0.63% | 0.85% | - |
| HSV(B) | 253.75º | 0.2% | 0.95% | - |
| XYZ | 59.85 | 57.33 | 91.13 | - |
| YUV | 201.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 241 | 0.15 | 0.20 | 0 | 0.05 | 253.75 | 0.63 | 0.85 |
| Hex | CC | C1 | F1 | F | 14 | 0 | 5 | FE | 3F | 55 |
| Octal | 314 | 301 | 361 | 17 | 24 | 0 | 5 | 376 | 77 | 125 |
| Binary | 11001100 | 11000001 | 11110001 | 1111 | 10100 | 0 | 101 | 11111110 | 111111 | 1010101 |
Color Harmonies of #CCC1F1
Complementary color
Monochromatic Colors of #CCC1F1
Black with #CCC1F1
Text Example
Text Example
White with #CCC1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1F1; }
p { color: rgb(204,193,241); }
H1.HeaderClassName
{
color: #CCC1F1;
}
.AnyTagClassName
{
color: #CCC1F1;
}
</style>
background-color css
<style>
a { background-color: #CCC1F1; }
a { background-color: rgb(204,193,241); }
div.DivClassName
{
background-color: #CCC1F1;
}
.BgClassName
{
background-color: #CCC1F1;
}
</style>
border-color css
<style>
span { border-color: #CCC1F1; }
span { border-color: rgb(204,193,241); }
td.TdClassName
{
border-color: #CCC1F1;
}
.TagClassName
{
border-color: #CCC1F1;
}
</style>