Shades of Fog #CFC7D9
Tints of Fog #CFC7D9
RGB
CMYK
RGB Variations
Color information
#CFC7D9 (or 0xCFC7D9) is known color: Fog. HEX triplet: CF, C7 and D9. RGB value is (207,199,217). Sum of RGB (Red+Green+Blue) = 207+199+217=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFC7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7D9 is #303826. Grayscale: #CBCBCB. Windows color (decimal): -3160103 or 14272463. OLE color: 14272463.
HSL color Cylindrical-coordinate representation of color #CFC7D9: hue angle of 266.67º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC7D9 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 199 | 217 | - |
CMYK | 0.05 | 0.08 | 0 | 0.15 |
HSL | 266.67º | 0.19% | 0.82% | - |
HSV(B) | 266.67º | 0.08% | 0.85% | - |
XYZ | 58.68 | 59.12 | 73.96 | - |
YUV | 203.44 | 135.65 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 199 | 217 | 0.05 | 0.08 | 0 | 0.15 | 266.67 | 0.19 | 0.82 |
Hex | CF | C7 | D9 | 5 | 8 | 0 | F | 10B | 13 | 52 |
Octal | 317 | 307 | 331 | 5 | 10 | 0 | 17 | 413 | 23 | 122 |
Binary | 11001111 | 11000111 | 11011001 | 101 | 1000 | 0 | 1111 | 100001011 | 10011 | 1010010 |
Color Harmonies of #CFC7D9
Complementary color
Monochromatic Colors of #CFC7D9
Black with #CFC7D9
Text Example
Text Example
White with #CFC7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7D9; }
p { color: rgb(207,199,217); }
H1.HeaderClassName
{
color: #CFC7D9;
}
.AnyTagClassName
{
color: #CFC7D9;
}
</style>
background-color css
<style>
a { background-color: #CFC7D9; }
a { background-color: rgb(207,199,217); }
div.DivClassName
{
background-color: #CFC7D9;
}
.BgClassName
{
background-color: #CFC7D9;
}
</style>
border-color css
<style>
span { border-color: #CFC7D9; }
span { border-color: rgb(207,199,217); }
td.TdClassName
{
border-color: #CFC7D9;
}
.TagClassName
{
border-color: #CFC7D9;
}
</style>