Shades of Fog #CFC5F1
Tints of Fog #CFC5F1
RGB
CMYK
RGB Variations
Color information
#CFC5F1 (or 0xCFC5F1) is known color: Fog. HEX triplet: CF, C5 and F1. RGB value is (207,197,241). Sum of RGB (Red+Green+Blue) = 207+197+241=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5F1 is #303A0E. Grayscale: #CCCCCC. Windows color (decimal): -3160591 or 15844815. OLE color: 15844815.
HSL color Cylindrical-coordinate representation of color #CFC5F1: hue angle of 253.64º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFC5F1 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 197 | 241 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.05 |
| HSL | 253.64º | 0.61% | 0.86% | - |
| HSV(B) | 253.64º | 0.18% | 0.95% | - |
| XYZ | 61.58 | 59.55 | 91.47 | - |
| YUV | 205.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 241 | 0.14 | 0.18 | 0 | 0.05 | 253.64 | 0.61 | 0.86 |
| Hex | CF | C5 | F1 | E | 12 | 0 | 5 | FE | 3D | 56 |
| Octal | 317 | 305 | 361 | 16 | 22 | 0 | 5 | 376 | 75 | 126 |
| Binary | 11001111 | 11000101 | 11110001 | 1110 | 10010 | 0 | 101 | 11111110 | 111101 | 1010110 |
Color Harmonies of #CFC5F1
Complementary color
Monochromatic Colors of #CFC5F1
Black with #CFC5F1
Text Example
Text Example
White with #CFC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5F1; }
p { color: rgb(207,197,241); }
H1.HeaderClassName
{
color: #CFC5F1;
}
.AnyTagClassName
{
color: #CFC5F1;
}
</style>
background-color css
<style>
a { background-color: #CFC5F1; }
a { background-color: rgb(207,197,241); }
div.DivClassName
{
background-color: #CFC5F1;
}
.BgClassName
{
background-color: #CFC5F1;
}
</style>
border-color css
<style>
span { border-color: #CFC5F1; }
span { border-color: rgb(207,197,241); }
td.TdClassName
{
border-color: #CFC5F1;
}
.TagClassName
{
border-color: #CFC5F1;
}
</style>