Shades of Fog #CCC0F1
Tints of Fog #CCC0F1
RGB
CMYK
RGB Variations
Color information
#CCC0F1 (or 0xCCC0F1) is known color: Fog. HEX triplet: CC, C0 and F1. RGB value is (204,192,241). Sum of RGB (Red+Green+Blue) = 204+192+241=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0F1 is #333F0E. Grayscale: #C8C8C8. Windows color (decimal): -3358479 or 15843532. OLE color: 15843532.
HSL color Cylindrical-coordinate representation of color #CCC0F1: hue angle of 254.69º degrees, saturation: 0.64, 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 #CCC0F1 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 192 | 241 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.05 |
| HSL | 254.69º | 0.64% | 0.85% | - |
| HSV(B) | 254.69º | 0.2% | 0.95% | - |
| XYZ | 59.63 | 56.89 | 91.06 | - |
| YUV | 201.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 241 | 0.15 | 0.20 | 0 | 0.05 | 254.69 | 0.64 | 0.85 |
| Hex | CC | C0 | F1 | F | 14 | 0 | 5 | FF | 40 | 55 |
| Octal | 314 | 300 | 361 | 17 | 24 | 0 | 5 | 377 | 100 | 125 |
| Binary | 11001100 | 11000000 | 11110001 | 1111 | 10100 | 0 | 101 | 11111111 | 1000000 | 1010101 |
Color Harmonies of #CCC0F1
Complementary color
Monochromatic Colors of #CCC0F1
Black with #CCC0F1
Text Example
Text Example
White with #CCC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0F1; }
p { color: rgb(204,192,241); }
H1.HeaderClassName
{
color: #CCC0F1;
}
.AnyTagClassName
{
color: #CCC0F1;
}
</style>
background-color css
<style>
a { background-color: #CCC0F1; }
a { background-color: rgb(204,192,241); }
div.DivClassName
{
background-color: #CCC0F1;
}
.BgClassName
{
background-color: #CCC0F1;
}
</style>
border-color css
<style>
span { border-color: #CCC0F1; }
span { border-color: rgb(204,192,241); }
td.TdClassName
{
border-color: #CCC0F1;
}
.TagClassName
{
border-color: #CCC0F1;
}
</style>