Shades of Fog #CFC7DF
Tints of Fog #CFC7DF
RGB
CMYK
RGB Variations
Color information
#CFC7DF (or 0xCFC7DF) is known color: Fog. HEX triplet: CF, C7 and DF. RGB value is (207,199,223). Sum of RGB (Red+Green+Blue) = 207+199+223=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7DF is #303820. Grayscale: #CCCCCC. Windows color (decimal): -3160097 or 14665679. OLE color: 14665679.
HSL color Cylindrical-coordinate representation of color #CFC7DF: hue angle of 260º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFC7DF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 199 | 223 | - |
CMYK | 0.07 | 0.11 | 0 | 0.13 |
HSL | 260º | 0.27% | 0.83% | - |
HSV(B) | 260º | 0.11% | 0.87% | - |
XYZ | 59.47 | 59.44 | 78.15 | - |
YUV | 204.13 | 138.65 | 130.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 199 | 223 | 0.07 | 0.11 | 0 | 0.13 | 260 | 0.27 | 0.83 |
Hex | CF | C7 | DF | 7 | B | 0 | D | 104 | 1B | 53 |
Octal | 317 | 307 | 337 | 7 | 13 | 0 | 15 | 404 | 33 | 123 |
Binary | 11001111 | 11000111 | 11011111 | 111 | 1011 | 0 | 1101 | 100000100 | 11011 | 1010011 |
Color Harmonies of #CFC7DF
Complementary color
Monochromatic Colors of #CFC7DF
Black with #CFC7DF
Text Example
Text Example
White with #CFC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7DF; }
p { color: rgb(207,199,223); }
H1.HeaderClassName
{
color: #CFC7DF;
}
.AnyTagClassName
{
color: #CFC7DF;
}
</style>
background-color css
<style>
a { background-color: #CFC7DF; }
a { background-color: rgb(207,199,223); }
div.DivClassName
{
background-color: #CFC7DF;
}
.BgClassName
{
background-color: #CFC7DF;
}
</style>
border-color css
<style>
span { border-color: #CFC7DF; }
span { border-color: rgb(207,199,223); }
td.TdClassName
{
border-color: #CFC7DF;
}
.TagClassName
{
border-color: #CFC7DF;
}
</style>