Shades of Fog #CCC0F4
Tints of Fog #CCC0F4
RGB
CMYK
RGB Variations
Color information
#CCC0F4 (or 0xCCC0F4) is known color: Fog. HEX triplet: CC, C0 and F4. RGB value is (204,192,244). Sum of RGB (Red+Green+Blue) = 204+192+244=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 244 (95.70% from 255 or 38.12% from 640); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCC0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0F4 is #333F0B. Grayscale: #C9C9C9. Windows color (decimal): -3358476 or 16040140. OLE color: 16040140.
HSL color Cylindrical-coordinate representation of color #CCC0F4: hue angle of 253.85º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC0F4 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 192 | 244 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.04 |
| HSL | 253.85º | 0.7% | 0.85% | - |
| HSV(B) | 253.85º | 0.21% | 0.96% | - |
| XYZ | 60.08 | 57.07 | 93.44 | - |
| YUV | 201.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 244 | 0.16 | 0.21 | 0 | 0.04 | 253.85 | 0.7 | 0.85 |
| Hex | CC | C0 | F4 | 10 | 15 | 0 | 4 | FE | 46 | 55 |
| Octal | 314 | 300 | 364 | 20 | 25 | 0 | 4 | 376 | 106 | 125 |
| Binary | 11001100 | 11000000 | 11110100 | 10000 | 10101 | 0 | 100 | 11111110 | 1000110 | 1010101 |
Color Harmonies of #CCC0F4
Complementary color
Monochromatic Colors of #CCC0F4
Black with #CCC0F4
Text Example
Text Example
White with #CCC0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0F4; }
p { color: rgb(204,192,244); }
H1.HeaderClassName
{
color: #CCC0F4;
}
.AnyTagClassName
{
color: #CCC0F4;
}
</style>
background-color css
<style>
a { background-color: #CCC0F4; }
a { background-color: rgb(204,192,244); }
div.DivClassName
{
background-color: #CCC0F4;
}
.BgClassName
{
background-color: #CCC0F4;
}
</style>
border-color css
<style>
span { border-color: #CCC0F4; }
span { border-color: rgb(204,192,244); }
td.TdClassName
{
border-color: #CCC0F4;
}
.TagClassName
{
border-color: #CCC0F4;
}
</style>