Shades of Fog #CFCBD7
Tints of Fog #CFCBD7
RGB
CMYK
RGB Variations
Color information
#CFCBD7 (or 0xCFCBD7) is known color: Fog. HEX triplet: CF, CB and D7. RGB value is (207,203,215). Sum of RGB (Red+Green+Blue) = 207+203+215=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBD7 is #303428. Grayscale: #CDCDCD. Windows color (decimal): -3159081 or 14142415. OLE color: 14142415.
HSL color Cylindrical-coordinate representation of color #CFCBD7: hue angle of 260º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCBD7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 203 | 215 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.16 |
| HSL | 260º | 0.13% | 0.82% | - |
| HSV(B) | 260º | 0.06% | 0.84% | - |
| XYZ | 59.35 | 60.88 | 72.91 | - |
| YUV | 205.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 215 | 0.04 | 0.06 | 0 | 0.16 | 260 | 0.13 | 0.82 |
| Hex | CF | CB | D7 | 4 | 6 | 0 | 10 | 104 | D | 52 |
| Octal | 317 | 313 | 327 | 4 | 6 | 0 | 20 | 404 | 15 | 122 |
| Binary | 11001111 | 11001011 | 11010111 | 100 | 110 | 0 | 10000 | 100000100 | 1101 | 1010010 |
Color Harmonies of #CFCBD7
Complementary color
Monochromatic Colors of #CFCBD7
Black with #CFCBD7
Text Example
Text Example
White with #CFCBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBD7; }
p { color: rgb(207,203,215); }
H1.HeaderClassName
{
color: #CFCBD7;
}
.AnyTagClassName
{
color: #CFCBD7;
}
</style>
background-color css
<style>
a { background-color: #CFCBD7; }
a { background-color: rgb(207,203,215); }
div.DivClassName
{
background-color: #CFCBD7;
}
.BgClassName
{
background-color: #CFCBD7;
}
</style>
border-color css
<style>
span { border-color: #CFCBD7; }
span { border-color: rgb(207,203,215); }
td.TdClassName
{
border-color: #CFCBD7;
}
.TagClassName
{
border-color: #CFCBD7;
}
</style>