Shades of Fog #CFC7EF
Tints of Fog #CFC7EF
RGB
CMYK
RGB Variations
Color information
#CFC7EF (or 0xCFC7EF) is known color: Fog. HEX triplet: CF, C7 and EF. RGB value is (207,199,239). Sum of RGB (Red+Green+Blue) = 207+199+239=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7EF is #303810. Grayscale: #CDCDCD. Windows color (decimal): -3160081 or 15714255. OLE color: 15714255.
HSL color Cylindrical-coordinate representation of color #CFC7EF: hue angle of 252º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC7EF is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 199 | 239 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.06 |
| HSL | 252º | 0.56% | 0.86% | - |
| HSV(B) | 252º | 0.17% | 0.94% | - |
| XYZ | 61.74 | 60.34 | 90.06 | - |
| YUV | 205.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 239 | 0.13 | 0.17 | 0 | 0.06 | 252 | 0.56 | 0.86 |
| Hex | CF | C7 | EF | D | 11 | 0 | 6 | FC | 38 | 56 |
| Octal | 317 | 307 | 357 | 15 | 21 | 0 | 6 | 374 | 70 | 126 |
| Binary | 11001111 | 11000111 | 11101111 | 1101 | 10001 | 0 | 110 | 11111100 | 111000 | 1010110 |
Color Harmonies of #CFC7EF
Complementary color
Monochromatic Colors of #CFC7EF
Black with #CFC7EF
Text Example
Text Example
White with #CFC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7EF; }
p { color: rgb(207,199,239); }
H1.HeaderClassName
{
color: #CFC7EF;
}
.AnyTagClassName
{
color: #CFC7EF;
}
</style>
background-color css
<style>
a { background-color: #CFC7EF; }
a { background-color: rgb(207,199,239); }
div.DivClassName
{
background-color: #CFC7EF;
}
.BgClassName
{
background-color: #CFC7EF;
}
</style>
border-color css
<style>
span { border-color: #CFC7EF; }
span { border-color: rgb(207,199,239); }
td.TdClassName
{
border-color: #CFC7EF;
}
.TagClassName
{
border-color: #CFC7EF;
}
</style>