Shades of Fog #CFC7E7
Tints of Fog #CFC7E7
RGB
CMYK
RGB Variations
Color information
#CFC7E7 (or 0xCFC7E7) is known color: Fog. HEX triplet: CF, C7 and E7. RGB value is (207,199,231). Sum of RGB (Red+Green+Blue) = 207+199+231=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFC7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7E7 is #303818. Grayscale: #CCCCCC. Windows color (decimal): -3160089 or 15189967. OLE color: 15189967.
HSL color Cylindrical-coordinate representation of color #CFC7E7: hue angle of 255º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFC7E7 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 199 | 231 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.09 |
| HSL | 255º | 0.4% | 0.84% | - |
| HSV(B) | 255º | 0.14% | 0.91% | - |
| XYZ | 60.58 | 59.88 | 83.97 | - |
| YUV | 205.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 231 | 0.10 | 0.14 | 0 | 0.09 | 255 | 0.4 | 0.84 |
| Hex | CF | C7 | E7 | A | E | 0 | 9 | FF | 28 | 54 |
| Octal | 317 | 307 | 347 | 12 | 16 | 0 | 11 | 377 | 50 | 124 |
| Binary | 11001111 | 11000111 | 11100111 | 1010 | 1110 | 0 | 1001 | 11111111 | 101000 | 1010100 |
Color Harmonies of #CFC7E7
Complementary color
Monochromatic Colors of #CFC7E7
Black with #CFC7E7
Text Example
Text Example
White with #CFC7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7E7; }
p { color: rgb(207,199,231); }
H1.HeaderClassName
{
color: #CFC7E7;
}
.AnyTagClassName
{
color: #CFC7E7;
}
</style>
background-color css
<style>
a { background-color: #CFC7E7; }
a { background-color: rgb(207,199,231); }
div.DivClassName
{
background-color: #CFC7E7;
}
.BgClassName
{
background-color: #CFC7E7;
}
</style>
border-color css
<style>
span { border-color: #CFC7E7; }
span { border-color: rgb(207,199,231); }
td.TdClassName
{
border-color: #CFC7E7;
}
.TagClassName
{
border-color: #CFC7E7;
}
</style>