Shades of Fog #CFC4DF
Tints of Fog #CFC4DF
RGB
CMYK
RGB Variations
Color information
#CFC4DF (or 0xCFC4DF) is known color: Fog. HEX triplet: CF, C4 and DF. RGB value is (207,196,223). Sum of RGB (Red+Green+Blue) = 207+196+223=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4DF is #303B20. Grayscale: #CACACA. Windows color (decimal): -3160865 or 14664911. OLE color: 14664911.
HSL color Cylindrical-coordinate representation of color #CFC4DF: hue angle of 264.44º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC4DF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 196 | 223 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.13 |
| HSL | 264.44º | 0.3% | 0.82% | - |
| HSV(B) | 264.44º | 0.12% | 0.87% | - |
| XYZ | 58.79 | 58.07 | 77.92 | - |
| YUV | 202.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 223 | 0.07 | 0.12 | 0 | 0.13 | 264.44 | 0.3 | 0.82 |
| Hex | CF | C4 | DF | 7 | C | 0 | D | 108 | 1E | 52 |
| Octal | 317 | 304 | 337 | 7 | 14 | 0 | 15 | 410 | 36 | 122 |
| Binary | 11001111 | 11000100 | 11011111 | 111 | 1100 | 0 | 1101 | 100001000 | 11110 | 1010010 |
Color Harmonies of #CFC4DF
Complementary color
Monochromatic Colors of #CFC4DF
Black with #CFC4DF
Text Example
Text Example
White with #CFC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4DF; }
p { color: rgb(207,196,223); }
H1.HeaderClassName
{
color: #CFC4DF;
}
.AnyTagClassName
{
color: #CFC4DF;
}
</style>
background-color css
<style>
a { background-color: #CFC4DF; }
a { background-color: rgb(207,196,223); }
div.DivClassName
{
background-color: #CFC4DF;
}
.BgClassName
{
background-color: #CFC4DF;
}
</style>
border-color css
<style>
span { border-color: #CFC4DF; }
span { border-color: rgb(207,196,223); }
td.TdClassName
{
border-color: #CFC4DF;
}
.TagClassName
{
border-color: #CFC4DF;
}
</style>