Shades of Fog #CFC7DE
Tints of Fog #CFC7DE
RGB
CMYK
RGB Variations
Color information
#CFC7DE (or 0xCFC7DE) is known color: Fog. HEX triplet: CF, C7 and DE. RGB value is (207,199,222). Sum of RGB (Red+Green+Blue) = 207+199+222=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFC7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7DE is #303821. Grayscale: #CBCBCB. Windows color (decimal): -3160098 or 14600143. OLE color: 14600143.
HSL color Cylindrical-coordinate representation of color #CFC7DE: hue angle of 260.87º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC7DE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 199 | 222 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.13 |
| HSL | 260.87º | 0.26% | 0.83% | - |
| HSV(B) | 260.87º | 0.1% | 0.87% | - |
| XYZ | 59.34 | 59.39 | 77.44 | - |
| YUV | 204.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 222 | 0.07 | 0.10 | 0 | 0.13 | 260.87 | 0.26 | 0.83 |
| Hex | CF | C7 | DE | 7 | A | 0 | D | 105 | 1A | 53 |
| Octal | 317 | 307 | 336 | 7 | 12 | 0 | 15 | 405 | 32 | 123 |
| Binary | 11001111 | 11000111 | 11011110 | 111 | 1010 | 0 | 1101 | 100000101 | 11010 | 1010011 |
Color Harmonies of #CFC7DE
Complementary color
Monochromatic Colors of #CFC7DE
Black with #CFC7DE
Text Example
Text Example
White with #CFC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7DE; }
p { color: rgb(207,199,222); }
H1.HeaderClassName
{
color: #CFC7DE;
}
.AnyTagClassName
{
color: #CFC7DE;
}
</style>
background-color css
<style>
a { background-color: #CFC7DE; }
a { background-color: rgb(207,199,222); }
div.DivClassName
{
background-color: #CFC7DE;
}
.BgClassName
{
background-color: #CFC7DE;
}
</style>
border-color css
<style>
span { border-color: #CFC7DE; }
span { border-color: rgb(207,199,222); }
td.TdClassName
{
border-color: #CFC7DE;
}
.TagClassName
{
border-color: #CFC7DE;
}
</style>